You say that, then use a language that allows you to do this (it’s not lisp)
if (foo);
{
bar();
}
You say that, then use a language that allows you to do this (it’s not lisp)
if (foo);
{
bar();
}
Operator overloads, descriptor protocol, decorators
core-js is exactly that, but it focuses on implementing baseline features that can be polyfilled.
O(n!). I like it.
Lua tables are secretly hashmaps
Unfortunately, PEP 582 was rejected, so PDM has deprecated the functionality. But it does support PEP 621, which can’t be said for Poetry. There’s a PR.
But the best (fastest) plugins aren’t written in js.
Tried the ruff extension?
1+1=11 means base 1
“Microsoft bad”
Here’s a neat tidbit. Using curl
without -f --fail
will make non-2xx status codes return success, so set -e
won’t help there.
All you need to do is set -e
at the start of the script to stop on a non-0 exit code. And quote variables to prevent globbing.
You should try using pipx. Updating python is as simple as pipx reinstall-all --python python3.12
That’s part of the 3.11->3.12 changelog. To get the full changes for 3.12.3->3.12.4, consult the git log.
husbain’t
This is why most http clients don’t follow redirects by default.
We just call those Smurf names.
Don’t worry, this file is likely the output of a bundler.
Some even turn the safety off for you
As long as you don’t have to implement it yourself.