Pooya Parsa

Results 2273 comments of Pooya Parsa

@AaronDewes mainly for bundle size. But i am up to add a replacement util for safe read (https://github.com/unjs/h3/issues/819, feel free to make a PR for it!)

@magne4000 With https://github.com/unjs/h3/pull/829 h3 will be web-first with `event.response.headers` to allow modification of headers. Creating multiple `Response` objects for middleware might have performance overhead and h3 (v2) by design expects...

Hi dear @sandros94. It is in my todo list, in meantime do you have time to help on fixing merge conflicts and adressing https://github.com/h3js/h3/pull/1146#discussion_r2188235982 🙏🏼

@sandros94 updated implementation to be more compact API. Love your opinion on latest changes.

Thanks for detailed issue. For deploying to vercel, you should not have preset: bun config so that it can generate proper build output. Can you check your functions tab when...

`.crossws` prop is internal. How did you encounter this issue in your project?

Modules in nitro v3 should not be auto-scanned from server/modules anymore (related issue https://github.com/nitrojs/nitro/issues/2691) We don't have any section in [v2 docs](https://nitro.build/guide) re modules. Ideas welcome where would be best...

Hi dear @sandros94 This PR is under my radar (and important!) but have to delay for more testing. In meantime you don't need to keep it updated ❤️

Sadly yes the problem exsits. If you have only one vercel deployment for monorepo, you can make a link with `ln -s ./packages/name/.vercel .vercel` it might help but haven't tried.