Pooya Parsa

Results 2282 comments of Pooya Parsa

Hi, and thanks for your interest in this project. If you have suggestions to make API of nanotar more DX friendly (without adding to it's complexity, bundle size hugely and...

@benmccann @bluwy Can you perhaps submit some examples (more useful, tools, libs that generate inconsistent paths). We can either export tree-shakable normalization plugins or do it built-in for some common...

Good pointer @bluwy, i could reproduce some issues ~> https://github.com/unjs/nanotar/issues/29

thanks for the ideas @43081j. I believe fs-integration should be out of this lib's scope to keep it agnostic. We can make a wrapper lib that can use export conditions...

It seems an interesting idea. If workerd could provide an alternative way to access node polyfills like `workerd:node:buffer` or `node-unenv:buffer` as you mentioned it would make it much easier since...

Thanks for the pointer. I think in platforms such as worked that can actually implement `Socket`, unenv and nitro can be configured to directly leverage it (via preset + external...

Closing as hybrid approach is already adopted by cloudflare wrangler tooling. Preset being externalized #336 also, and later for other places such as Nitro we new method.

https://github.com/unjs/ufo/issues/224#issuecomment-2003701066

in h3 v2 nested app support is much better: ```js import { H3, serve, redirect, withBase } from "h3"; const nestedApp = new H3().get("/test", () => "/test (sub app)"); const...

Hi. sorry the question is unclear please reopen with reproduction