Pooya Parsa

Results 2282 comments of Pooya Parsa

The latest versions of both nuxt and nitro use unenv v2. why are you forcing 1.10? Also, can you please share a minimal reproduction?

PR more than welcome. We need to update [here](https://github.com/unjs/unenv/blob/main/src/preset.ts#L90) and [here](https://github.com/unjs/unenv/tree/main/src/runtime/npm)

Hi dear @ramsesgarate. I think that's a nice idea and can think of several ways to make it possible from modules injecting their templates. Dicussion tag means we are open...

@vicb 1. unenv support is not limited to cloudflare 2. even for cloudflare we **cannot** upgrade to unenv v2 for Nitr/Nuxt because of the blockers I shared with you This...

Moving to #419 -- it will be available soon for Nuxt/Nitro with cloudflare deployments

Thanks for your efforts on this dear @negezor it looks all good improvements ❤️ Sure i will carefully review once i had time (please read [this](https://github.com/pi0/tired-maintainer) for some understanding)

Thanks for the time on this PR. PR looks nice, but I'm a little bit hesitant if it adds real value vs internal complexity.

I think it can be useful. The reason we only kept as as `event.context.matchedRoute` is because the behavior (how a normalized path patterns looks like also what props of `matchedRoute`)...

@sheremet-va Maybe it could be coupled with an `unimport()` API (mimicking clear `require.cache`) that allows to free-up memory? We probably need something similar to also allow reloading config same as...

globby/glob i'm afraid is little more expensive... `readdir` (with limited length) maps to one system call.