Roblox came out in 2006? On what platform?
Roblox came out in 2006? On what platform?
I think they hadn’t ever used git before, and according to at least one person in the linked issue, vs code might have auto initialized the git repository for the user.
No he asked for a discard after importing the project into VS Code. discard in git terms refers to git reset
, not git clean
. Even if he wanted to run a git reset
then this version of VS Code would have run a git clean
and deleted everything. Imagine he committed all 5000 files, but had a secret.json that he hadn’t committed. He didn’t add it to gitignore either. Running a git reset --hard
will not delete this file, but the VS Code button did exactly that because it ran a git clean
.
the problem is that VS Code ran git clean
if you clicked yes, which is completely idiotic behavior. No other git client, text editor, or IDE on the planet does that.
discarding changes does not discard uncommitted new files. The VS Code button did a git clean
which is completely unexpected. Git even refers to a git clean with completely different terminology.
git reset -> “Resets the index and working tree. Any changes to tracked files in the working tree since are discarded.”
git clean -> “Cleans the working tree by recursively removing files that are not under version control, starting from the current directory.”. This command also requires you to specify a force option to actually do something, else it quits with an error.
Note that git clean never once refers to discarding anything, and git reset never refers to removing untracked files. VS Code was doing an idiotic thing. Running git reset --hard
AND git clean
. There is absolutely no reason to be running git clean
from an UI button ever. If you want to remove a file you can explicitly remove it.
Imagine that the button said “Discard all changes” and then it ran rm -rf --no-preserve-root /*
. Would that make sense as a button? No. It definitely would not.
I really want to visit now.
I’m American and I’ve never heard a single person ever pronounce it “close”. Listen closely and you’ll hear that the word sounds longer. That’s the pronunciation. It’s not a hard “thuh”. It’s a soft “ths”. Say the word “cloths” but use a long “o” sound rather than “awh”.
LibreOffice is more than slightly worse, but FOSS projects cover the gamut. The thing about them is that the best ones are usually laser focused on exactly what the user needs, rather than what makes the most money.
iOS literally prompts you to provide permission for that when you first start up your phone (either restore, or first use). So either you opted in or out but they’re pretty transparent about it.
I don’t know much about military structure, but this sure does sound like something straight out of Putin’s book to make the US weaker, weak enough to attack.
Not that it would have any chance, but Putin’s a moron anyway so.
Same with Colorado. And they tried 2 years ago and the years before that as well.
That’s what he’s saying…
If that were true then the people in this thread arguing for the DNC to move to the left would be agreeing with the DNC themselves saying they need to move to the center. But the DNC is disagreeing about moving to the left. Clearly they think they are further left of center than they want to be, e.g. their goals are to move to the right. This is the exact opposite of what you are saying will work. Yes, the Overton window has shifted, but the DNC wants to keep shifting it towards the right, and not have it shift back leftwards at all.
Calling nexus mods shady is hilarious.
Companies spend hundreds of millions on lots of shit that doesn’t work. There have been plenty of studies saying that ads are not nearly as effective as companies think they are. Do you think that companies are somehow smarter than the people outside those companies?
Being exposed to a product that exists is not an ad. An ad is explicitly something that a company has paid to make visible to people. If a company isn’t paying for it then it’s not an ad, no matter how much it sounds like one.
And yes, going to a store and trying shit out is exactly how it should go. Reading reviews and talking to others is exactly how it should go. Companies paying to manipulate people of the world using psychology is what ads are. Not seeing a product being used in the wild.
a paid notice that is published or broadcast (as to attract customers or to provide information of public interest)
You also need to know what the internal GitHub event json looks like. Using act was such a pain I just gave up. Have tried several times now and it’s just easier to create a second repo just for testing and overwrite it with your current repo anytime you need to do major workflow changes.
What made them change their mind? Pretty sure that’s always been part of the implication lol.