Pooya Parsa

Results 2273 comments of Pooya Parsa

Thanks for the PR. I haven't read it through but unlikely we make risky changes in mlly resolve utils anymore as should be deprecated. I suggest migrating to [exsolve](https://github.com/unjs/exsolve) and...

Added two comments on https://github.com/storybookjs/storybook/pull/32383

A custom merger makes sense or alternatively, we can scan c12 layers (they contain original config) and collect list of known runtime config keys to scan. Implicitly collecting build-time env...

Thanks for initiating the issue. It would definitely be an improvement for saving HTTP headers when using unmerged `Server-Timing`, however, I'm wondering if adding "runtime cost" is worth it (we...

@MickL skipping middleware (by default) might not be safe. A guard middleware, for example, can be bypassed from an SSR => API request this way. Also, sometimes middleware are used...

> Nitro should add a flag if a request is an internal request, Internal and external fetch behavior are identical, as the `Request` web API is abstracted. Feel free to...

> If all this runs again, there is not much benefit of a server fetch Main benefit of server fetch is that there is no network/TCP round-trip, reducing >ms latency...

We probably need a runtime way of configuring behavior indeed at least for DOH server. Or are you suggesting to completely opt-out of the feature? (what concerns you have?)

Fair enough we could make an error and show instructions on how to enable DNS. BTW the native functionality also make a network request all the time (and most of...