Pooya Parsa

Results 476 issues of Pooya Parsa

https://github.com/nuxt/framework/issues/3126 https://firebase.google.com/docs/functions/manage-functions#modify-region

enhancement

https://github.com/nuxt/framework/issues/485 We can use [renderDynamicImport](https://rollupjs.org/guide/en/#renderdynamicimport) ([todo](https://github.com/nuxt/framework/blob/main/packages/nitro/src/rollup/plugins/dynamic-require.ts#L45)) to load async chunks for `server-worker` target instead of using one chunk with either `fetch+eval` or `importScripts`. This will allow us deploying a real...

enhancement
preset:service-worker

https://github.com/nuxt/nuxt.js/issues/11428 > @danielroe we have server timings for loading chunks but would be nice to know (particularly where we are performing internal $fetch) what the timings for each handler are...

enhancement
p2-nice-to-have

https://github.com/nuxt/framework/issues/3949

documentation
preset:node-server

https://github.com/nuxt/framework/issues/2478 > @danielroe https://nodejs.org/api/packages.html#resolving-user-conditions > currently probably only production and development fall into the category of conditions we'd support out-of-the-box, but the capacity to add more or customise them seems...

enhancement

https://github.com/nuxt/framework/issues/591 (we probably do need to add this partially to unjs/h3)

enhancement

https://github.com/nuxt/framework/issues/29 https://github.com/aws-amplify/amplify-hosting

preset proposal

- [RFC](https://github.com/nuxt/rfcs/issues/35) - [POC](https://github.com/nuxt/functions/)

enhancement
p2-nice-to-have

h3 support: https://github.com/unjs/h3/pull/68 is landed for Node.js compatible environments. We might need to improve unenv mocks as well to universally make stream support available. Currently waiting for [h3 Event API](https://github.com/unjs/h3/issues/73)...

enhancement
pending

Reference: https://github.com/nuxt/framework/pull/5661