Pooya Parsa

Results 2273 comments of Pooya Parsa

Thanks for your initiatives on this dear @eriksLapins. I have made some refactors in the way it works to experiment alternative approach for Nitro. The meta is scanned using a...

It is experimental and not for validation right now.

2.10 release no ETA. Also mind you, this API is likely to completely change into event handler object format nothing to rely on.

Thanks for repro. It is likely an issue with fetch snd unix socket issues we had similar issue before…

Yes but tracker for that is https://github.com/unjs/nitro/issues/1974

Usage docs: https://nitro.build/deploy/providers/aws#response-streaming

Moving to the unified tracker: https://github.com/nitrojs/nitro/issues/2973 - Please upvote 👍🏼 this (closed) issue to support - Please comment here if you would like to work on it

> wait: https://github.com/unjs/mkdist/pull/272 Nitro will soon migrate to [obuild](https://github.com/unjs/obuild) which has proper output extensions and rewrites.

According to both RFC 3986 / WHATWG standards, URL path is case sensitive by default, which means `/path` and `/Path` are different. We can introduce a new `sensitive: false` route...

Hi dear @kirkwaiblinger Do you think you can minimize changes (changes to `isESM` seem not necessary), also making it an opt-in behavior? (Using slashes is not a bug and is...