Connor Pearson

Results 42 issues of Connor Pearson

**What rule do you want to change?** [vue/require-toggle-inside-transition](https://eslint.vuejs.org/rules/require-toggle-inside-transition.html) **Does this change cause the rule to produce more or fewer warnings?** If option is configured, fewer warnings. **How will the change...

enhancement
accepted proposition

### Environment - Operating System: Linux - Node Version: v18.20.3 - Nuxt Version: 3.13.2 - CLI Version: 3.14.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...

good first issue
types
pending triage

### Environment Node v20.18.0, [email protected] ### Reproduction ``` mlly.hasESMSyntax(`/* export * */`, { stripComments: false }) // true βœ… mlly.hasESMSyntax(`/* export * */`, { stripComments: true }) // false βœ…...

bug

Resolves #551 This change adds a new utility `withBasicAuth`. By passing this function an event handler and username/password pair it will return a wrapped event handler which applies basic authentication...

### πŸ”— Linked issue #2164 ### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking...

bug
cache

… or invalid value ### πŸ”— Linked issue #1992 ### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞...

cache

### πŸ”— Linked issue #2657 ### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking...

cache

### πŸ”— Linked issue https://github.com/nuxt/nuxt/issues/29064 ### πŸ“š Description This change adds a new `private` option to `useAsyncData`. This option changes the default value of `server` based on the cache settings...

enhancement
3.x

Resolves #559 This change adds a new `saveRawAsBinary` option to the redis driver. When enabled, the driver will use the `setBuffer` and `getBuffer` methods of `ioredis` to directly save `Buffer`s...