Echo JS 0.11.0

<~>

borracciaBlu comments

borracciaBlu 23 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 140 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 573 days ago. link 1 point
How did the project started? Any real world project using it?

Cool stuff
borracciaBlu 864 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