

I think there is a way to bring back Assistant on your phone, mine still has it.
I think there is a way to bring back Assistant on your phone, mine still has it.
You could try making a new account on another instance and see if the filter works for it.
Oh my god I had no idea there was a device selection and the Android one feels so much better. Please keep it as the default for new Android users.
Created Nov 2023
Oof that’s quite a long-standing bug. Thanks for letting me know, I’ll follow it on GitHub.
Typing when you need it gives you more freedom over a toggle. You can choose to type some parts of the code while leaving other parts untyped.
For example, if I’m writing a quick and simple Python script I may forgo typing, but when iterating on it I’d go back and add the types I need.
Python 3.x will never have static typing because that would break backwards compatibility.
However, typing hints have been Integrated into Python for a while, and you are heavily recommended to use them, so your IDE can enforce typing.
Better to have you here mate.
Gottem
It’s so disappointing. India has a massive tech service industry and could’ve been a force for good, but the government loves their censorship and authoritarianism too much.
Their war on emulation is the reason I’ll never buy Nintendo again.
It sounds and looks really cool! Added to my list.
Reading your comment and #32459, I realize that VSCode source control did have some major issues back then.
It looks like they have improved though, as the latest VSCode I use doesn’t auto-initialize repositories anymore.
It’s not that. It means discard all changes made after the last change committed to this local repository.
He wouldn’t have seen the “Discard Changes” button at all if source control wasn’t already setup (and detected by VSCode).
No sane program will delete files when you initialize source control either.
As I found later, VSCode did have weird behaviors with source control back then. My experience is more with the latest versions.
“Changes” encompass more than you think. Creating / Deleting files are also changes, not just edits to a file.
It can also be all of them at the same time, which is why VSCode uses “Changes” instead of “Files”.
It’s a better deal to just get the Orange Box bundle because it is 90% off.
What, your printer doesn’t have a full keyboard under its battery? You’ve gotta get with the times my man.
The problem with recreating cryptographic libraries is that unless you are a cybersecurity expert, you are very likely to leave hidden vulnerabilities in your implementation.