Pooya Parsa

Results 2282 comments of Pooya Parsa

Is it about story of ungh.cc?

Covering an article for caching is a really good idea! I think we might either cover the ungh source-code step by step or find another example for caching (i don't...

Seems a good idea to have if possible. How do you imagine canceling a direct fetch (which is an async function call) though?

Hi. In theory, it should be possible yes to integrate several unenv features. You can check `env` from unenv is integrated into [nitro rollup config](https://github.com/unjs/nitro/blob/main/src/rollup/config.ts#L56). I suppose same can be...

Nice idea overall and i love consistency across! BTW some small things like narrative i think should be up to the writer. Something like "You can run the server locally"...

Thinking more it could be in Nitro directly in first step.

Hi. What is your deployment/runtime that does not support `crypto.createHash`?

Thanks but i still didn't get what you mean. Node.js 21.7 implements [crypto](https://nodejs.org/api/crypto.html) you probably don't need any polyfill unless I'm wrong but if it is not part of crypto...

Oh right. Yes, they are node.js specific APIs we didn't implement in the browser let me to reopen to investigate how hard it would be to support them.

Would be nice to include unbuild as priority it has stable api and guide can benefit many authors imo!