Pooya Parsa
Pooya Parsa
somehow it got closed when we switched branch. Reopened mainly for reminder. We need to rebase it against latest v3/main./
This is a good idea. Setting up h3 docs soon. I think we can document it in both places because nitro docs can include more details such as configuration and...
Dependencies of layers are isolated to themselves (like any normal dependency without shamefully-hoist). if we install them globally, it causes dependency conflict and implicit dep-tree. so this at least expected...
Related to https://github.com/nuxt/nuxt/issues/23032, it would be nice that if `AsyncLocalStorage` mock shows a one time warning while we are waiting for AsyncContext native support in browsers so that framework users...
@birkskyum Last time I checked with the team, it needed native browser support. The best thing we might hope is to wait for [AsyncContext](https://github.com/tc39/proposal-async-context/) proposal to move forward and browsers...
Considering appConfig is being dropped for v3, I think we have basic docs at least now.
Cool, now tests are passing 😄 The Issue was with the abort signal firing now we do it similar to Bun. If you run tests with Deno (native server) i...
Can you explain why you need to use Deno v1? With deno v2's full node compat we can avoid many workarounds were causing inconsistency and issues + adding (unenv) polyfills...
Thanks for your investigation. Re Netlify, i have reached out and waiting for an answer if there is any viable current or future plans.
@StringKe You need to use `nuxi-nightly`.