Puru Vijay
Puru Vijay
Thanks for the quick reply! I won't remove any features of my own accord. If qs adds a feature, I will add it. if qs removes a feature, I will...
Hi! Thanks for the quick reply! There is no **huge** win with this. The PR is quite insignificant in the grand scheme of things. With that in mind, I'll list...
Thanks a lot the kind response 😄 I made a simple benchmark: ```sh hyperfine --prepare 'pnpm store prune && rm -rf node_modules package-lock.json' 'pnpm install --force neoqs' 'pnpm install --force...
I published @puruvj/body-parser and @puruvj/express, both using neoqs/legacy. Here are the benchmarks of installing express in one directory and @puruvj/express in other one. Command: ```sh hyperfine --prepare 'pnpm store prune...
And while we're at it, the dependency graph comparison:  13 less dependency in the version with neoqs
+1, facing this issue
Can confirm! I started using vite-imagetools, copied the entire folder from public/images to app/assets/images. Then when I got the error I assumed it had to do with duplicated names in...
Neodrag author here, if you really need to, you could use `transform` option to set the left nd top properties. Granted its not very performant, but but could work in...
Please provide a svelte repl link with minimal reproduction
Good catch!! I'll fix this bug. Re v3: That'll take a while, so shipping bug fixes now to v2 as they happen