Antoine Rey

Results 5 issues of Antoine Rey

### Environment - Operating System: `Darwin` - Node Version: `v20.10.0` - Nuxt Version: `3.8.0` - CLI Version: `3.9.1` - Nitro Version: `2.7.0` - Package Manager: `[email protected]` - Builder: `-` -...

good first issue
types
3.x
๐Ÿ”จ p3-minor-bug

### Environment h3: latest (1.11.1) node: v18.18.0 (on Stackblitz), and v20.10.0 (on my machine) ### Reproduction The full reproduction is here https://stackblitz.com/edit/unjs-h3-bql2cu. ```ts export const app = createApp({ onRequest(event) {...

bug

### Environment The issue has been reproduced in the following environment. - `[email protected]` - `[email protected]` - `[email protected]` ### Reproduction The simplest reproduction could look like this: ```ts import { createUnimport...

bug

### ๐Ÿ”— Linked issue None. ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] ๐Ÿž Bug fix (a...

### Environment - Node.js v18.18.2 - ofetch v1.3.3 ### Reproduction Run the following with FETCH_KEEP_ALIVE=true set. ```ts import { fetch } from 'ofetch' fetch('/wherever') ``` ### Describe the bug Following...