Pooya Parsa

Results 2273 comments of Pooya Parsa

Good point and runtime-native is always the best indeed 👍🏼 Only in that case, the edge is still completely in control of the DNS resolver as is currently in control...

According to the tweeter people also tend to prefer opt-in. I guess we can do it per-provider btw. Ie, Cloudflare runtime (i guess :D) already benefits 1.1.1.1 so we could...

Issue with bundling svgo sub-deps (happening with Nuxt/rollup, I guess) has been solved in v4 (https://github.com/unjs/ipx/releases/tag/v4.0.0-alpha.1) Since currently there are no API breaking changes, i guess you might try fix...

Ah right! Image module needs to migrate to new APIs.

You can use async logic in top level server.ts if effect required globally otherwise i suggest to move it top level await in utils that need it. since it can...

It is a [nitro v3](https://v3.nitro.build/) feature. You can create a `server.ts` file in root of your project: ```js await bootstrap() export default {} ``` (In v2, what you are doing...

Appreciate the PR but please consider splitting changes next times, it is clearly written in PR template. > 2) Please keep your changes minimal and split them if you need...

no worries on this one is good 👍🏼 (sorry might be back on this with some delay)

We need to make (type) read-only before exposing util.

This looks really promising and sorry being delayed. I might need time until 2.10 release to properly test it. (in the meantime you don't need to rebase I can happily...