Pooya Parsa

Results 2277 comments of Pooya Parsa

Can you please explain more what routes are not being matched?

Good point about also checking `.html` suffixes. Since we are checking for public asset existence in other presets, it would be much better if we could merge `isInKV` functionality into...

Thanks for changes. As an update, i still need to revisit this issue while it is important fix and i value your efforts, i am still not convinced why we...

With [workers static assets](https://developers.cloudflare.com/workers/static-assets/) we won't need to depend on binding anymore.

Upcoming h3 v2 will be based on web apis with `event.request.headers.getSetCookie()` / `event.response.headers.getSetCookie()` Properly parsing `Set-Cookie` can be done with `parseSetCookie` in latest cookie-es package.

Testing h3 performance against itself, is a most have 💯 Moving towards multi runtime support and supporting both Node.js and Web, i think we might need two different sets of...

web-api benchmarks added to main (`bench:bun` and `bench:node`).

https://github.com/nitrojs/nitro/pull/2976 fixes this issue (available in nightly release channel and next release)

Really appreciate your time on this PR but it seems too verbose for getting-started also not much realistic to define all verbse handlers.

Hi dear @jerelmiller sorry for late reply. > One potential solution is that we could add a [cause](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) from ApolloError to the original error. With this perhaps createError could try...