Pooya Parsa

Results 601 issues of Pooya Parsa

### Describe the feature Background: https://github.com/jshttp/cookie/issues/60 (found it in an issue reported by @atinux) Incoming cookie value can have the same name repeated and we pick the first. We can...

enhancement

### Describe the feature https://nodejs.org/api/path.html#pathmatchesglobpath-pattern https://github.com/nodejs/node/blob/ba07067b92b4649f24f96b3b9b35d3aaba3c5e0e/lib/path.js#L1131 (Node.js implementation uses vendored version of minimatch) ### Additional information - [ ] Would you be willing to help implement this feature?

enhancement

This PR adds isolated tests via workerd. This setup uses a small Node.js wrapper that starts a module fallback server (based on https://github.com/cloudflare/workerd/pull/1423) and then spawns `workerd test` to run...

> Following up on an idea during the discussion with @IgorMinar and @petebacondarwin. Currently we have `$cloudflare` specific entries that allow hybrid support for runtime compatible features using [`process.getBuiltinModule(id)`](https://nodejs.org/en/blog/release/v20.16.0#process-add-processgetbuiltinmoduleid). (example:...

discussion
pending

### Describe the feature `ofetch`/`$fetch` same as [native fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) is stateless by-design. This has safety advantages when ofetch is deeply integrated into tools such as Nitro and Nuxt and prevents...

enhancement
discussion

### Environment - ### Reproduction Mount a driver within `node_modules` path. ### Describe the bug https://github.com/unjs/unstorage/blob/0e2ea339a65995c9ef1e2130a293f0928a2c9de1/src/drivers/fs.ts#L32 ### Additional context _No response_ ### Logs _No response_

bug

https://github.com/nuxt/cli/issues/324#issuecomment-2376401359

bug
command:dev
dev-proxy

Context: Pointed out by @remcohaszing in [x](https://twitter.com/remcohaszing/status/1843041708373909849) `npm:yaml` is much more spec-compliant than `npm:js-yaml` The main reason for choosing `js-yaml` was that it is ~10x faster and it is important...

enhancement
discussion

[context](https://twitter.com/beaussan/status/1843058367784427699) Currently, parse + serialize causes the comments to be lost If we switch to `yaml` package, (https://github.com/unjs/confbox/issues/33), we can use [Document](https://eemeli.org/yaml/#documents) over a Proxy that preserves the normal "value"...

enhancement