Pooya Parsa

Results 601 issues of Pooya Parsa

Currently compat coverage is different between dev environments and CI/CD

Followup from https://github.com/unjs/unenv/pull/230 `node:zlib` (gzip and deflate) can be implemented using [Compression Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API) when available.

enhancement

Currently, we fully mock `node:dns` module since it depends on an OS feature however we could implement it using DNS-over-HTTPS. ```js async function resolveDomain(domain) { const dohServer = process.env.UNENV_DOH_URL ||...

enhancement

(context: found about it from https://github.com/unjs/unenv/issues/181 thanks to @IgorMinar) The upcoming [`process.getBuiltinModule(id)`](https://github.com/nodejs/node/pull/52762) API coming to Node.js allows much better adoption to partially have Node.js polyfills.

enhancement

Almost 3 years ago, i have created [radix3](https://www.npmjs.com/package/radix3) based on [ctdio/radix-router](https://github.com/ctdio/radix-router) - a fast trie based router. Over the time and with more reactors, radix3's implementation is not actually a...

discussion

### What version of Elysia.JS is running? 1.1.3 ### What platform is your computer? Darwin 24.0.0 arm64 arm ### What steps can reproduce the bug? ```js import { Elysia }...

bug

Context: https://github.com/nuxt/cli/issues/159 https://github.com/unjs/node-fetch-native?tab=readme-ov-file#fetch-with-proxy-support

### Describe the feature (context: moving from https://github.com/unjs/nitro/pull/2660) [markupgo](https://markupgo.com/) provides an alternative service to [contrib.rocks](https://ontrib.rocks/) for generating more frequently update list of contributors. I think generally thinking even without considering...

enhancement

### Describe the feature It is common that a (bigger) project and library/module authors want to create a composable that is _based_ on either `useFetch` or `useAsyncData` and provides some...

🍰 p2-nice-to-have