Pooya Parsa

Results 476 issues of Pooya Parsa

From what I have tested so far for private gitlab repo is 1. I need to set `export NODE_EXTRA_CA_CERTS=/path/to/cert.pem` in `.zshrc` 2. For example, my private repo is a self...

Normally giget uses tarbal snapshot downloads. But for supporting a 3rd party provider, we might support generic git provider supporting `git:` and git via HTTPS (`.git`). We might need some...

enhancement

When `timeout` option is provded, we need to set a custom abort controller. This means using `timeout` and `controller` are mutually exclusive. ([src](https://github.com/unjs/ofetch/blob/bb2d72baa5d3f332a2185c20fc04e35d2c3e258d/src/fetch.ts#L152)). I am thinking if there is (low...

enhancement

- build: add top level `react-native` field - feat: allow `dispatcher` (undici) option ### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the...

Supporting monorepo and workspace detection Common sources: - `workspaces` field in `package.json` (yarn, npm and lerna, turbo supported) - `pnpm-workspace.yaml` (pnpm, our odd friend with it's odd requirements) Common workspace...

enhancement

v2 got delayed for a while. The changes live in `/v2` branch: https://github.com/unjs/radix3/tree/v2 ```[tasklist] ### Tasks - [x] Support mixed params in same path segment ([#52](https://github.com/unjs/radix3/pull/52)) - [ ] Ignore...

Radix3 matcher is fairly faster than enough even one a single core laptop CPU ([benchmarks](https://github.com/unjs/radix3/tree/main/benchmark)) and real overhead always is the application logic. However it is a never ending dicussion...

Context: https://github.com/unjs/h3/pull/461 I had been trying to implement a generic `filter` option for lookup but it adds too much overhead. If tree structure has a build-in method checker support, it...

enhancement

Investigating [URL Pattern API compatibility](https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API). There are different goals for a fast route matcher (radix3) and a general purpose URL pattern matching standard. I still think we might somehow make...

enhancement