I don’t get why the RFC show an example returning 403 with body “You do not have enough credit.” although there is a dedicated status code " 402 Payment Required". Isn’t more correct to use 402 in this situation?
I don’t get why the RFC show an example returning 403 with body “You do not have enough credit.” although there is a dedicated status code " 402 Payment Required". Isn’t more correct to use 402 in this situation?
So which one are you using ?
I tried Helix but my muscle memory around Vim movements was a non - starter for me. Also , Helix wasn’t working out of the box with Vue.JS (it needs to be tweaked a bit.
So I gave a try to LazyVIM and everything works almost as is. I’ll never look back.
The video mentions some “de facto” standard libraries like Lodash or Underscore. But there is also Bun which try to promote their standard library like their test runner, their HTTP server, etc…
I like Deno’s approach, since they try to make their “Standard library” also available for other platform. But only few of them are compatible with Node.js.
For instance, @std/cli
is only available for Deno. So I’ll stick with commander which is more standard for CLI tools, and it works with Deno, Bun & Node.js.
For example, all of the list abstractions (map, filter, reduce, etc.) will copy the array to a new list every time you chain them.
This methods were added to generator recently. So you can avoid copying the array in memory.
All this is also without even getting started on the million JS frameworks and libraries which make it really easy to have vendor lock-in and version lock-in at the same time
In my opinion, it’s also what make JS good. There a package for almost everything.
You can get pretty far using a bit of JS and Tamper Monkey . You can even search in existing user scripts if someone already did it.
I installed it on a cheap VPS a few years ago, and it just works. I never had to do any maintenance. I love it
I guess it is https://en.wikipedia.org/wiki/Turtle_(syntax)