Echo JS 0.11.0

<~>

borracciaBlu comments

borracciaBlu 19 days ago. link 1 point
It's interesting to see some Runtimes getting specilized in a niche. Deno is pointing desktop, Bun native cloud (s3, sqlite). 

The only space left is Mobile App. Curious to see if any player will try to get in.

Also, all this brewing in the ecosystem is definitely shifting the conversation influencing Node...

Let see if this will turn out to be a killer feature for Deno.
[comment deleted]
borracciaBlu 354 days ago. link 1 point
I don't get the use case...

You usually get ReDoS out of malicious regex you may have copy and paste from somewhere.

And here the solution proposed is: let use rust regex engine wraped in wasm and let's keep copy and paste poison from the net?! Is it? 

Am I missing something?

Also, this seems to work only on the BE side, aka Node.js no FE side available yet (see https://github.com/JakeRoggenbuck/regolith?tab=readme-ov-file#limitations)
borracciaBlu 472 days ago. link 1 point
Biome seems promising but a little short on config and plugins.

Could you elaborate more on how you use it? 

In particular if you have a casse for custom pattern. 

Eg: let say on a specific class type you want always the constructor empty and the params optional. Could you do that in Biome?
borracciaBlu 905 days ago. link 1 point
How did the project started? Any real world project using it?

Cool stuff
borracciaBlu 1195 days ago. link 1 point
Would you mind to elaborate on the difference of degit and plop within the js world and tmpl?

Also, how would you go with introducing a rust cli within a node environment?

Thanks