Connor Pearson

Results 42 issues of Connor Pearson

**Please describe what the rule should do:** Disallow asynchronously registered `watch` **What category should the rule belong to?** [ ] Enforces code style (layout) [X] Warns about a potential error...

Hi, is it possible to exclude files matching a certain pattern from the final build? In my case, we have `.test.ts` files in the same directory as composables and both...

enhancement

### Environment [email protected], node v20.9.0 ### Reproduction Currently `getKeys` and `clear` behave differently when they are passed a prefix. ``` const prefix = 'test'; let keys = await storage.getKeys(prefix); console.log(keys);...

bug
needs investigation

### Describe the feature The module I'm working on includes a server middleware component which adds properties to the `event.context`. Consumers of the module may also want to develop server...

enhancement
good first issue
nitro
🍰 p2-nice-to-have

On iOS 8 the keyboard doesn't automatically appear when the authentication dialog appears. Adding this code causes the keyboard to appear when the dialog shows and gives it the same...

### Is your feature request related to a problem? Please describe. The library I'm instrumenting runs on newer versions of node (and is bundled) so I would like to use...

feature-request
stale

**Describe the bug** dprint-plugin-typescript version: 0.90.0 When an arrow function is the first argument to a function, there is a line break added after the arrow. However, when it's the...

Like dprint, the tool turborepo supports installing both globally and per-project through npm. When the globally-installed executable is run in a directory which has a local install, it automatically defers...

### 🔗 Linked issue https://github.com/unjs/nitro/issues/2569 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...

runtime-config

### Describe the feature Our Nuxt application has a fairly large runtime configuration and we've noticed that performance of the application decreases as the size of this config grows. The...

enhancement
discussion
pending triage