Daniel Roe
Daniel Roe
adding new modules is probably more common than adding templates, and it would be nice to prioritise this. ```shell # add new module pnpm nuxt add fonts # add new...
would like a mode that outputs every console log in a single line and then lets users use arrow keys to move up + down, and expand to investigate the...
We might build these directly into nuxt or possibly via a core or adhoc module or even decoupled module like `nuxt/a11y`. - [x] https://github.com/nuxt/nuxt/issues/14673 - [x] built-in [axe core](https://github.com/dequelabs/axe-core) -...
### 🔗 Linked issue closes https://github.com/nuxt/image/pull/1268 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
we were encountering failures after merging in 1.x and 2.x commit history into nuxt main branch. this seems to be because of the default max buffer size (which is 200Kb)....
https://github.com/nuxt/test-utils/pull/1381#discussion_r2268785522 this is a first stab at extracting logic for `resolveConfigPath`. I've left all behaviour untouched and still running in the same order, just pulled out a couple of routines...
### Describe the feature I think we could considerably improve the speed of watching for config paths by using native `node:fs` watching, given that we do not need glob patterns...
## Bug description `fetch()` with Web Streams hangs indefinitely on Windows when reading responses from a file server over named pipes through a proxy. The issue occurs when calling `reader.read()`...
### 🔗 Linked issue ### ❓ Type of change - [x] 🐞 Bug fix (a non-breaking change that fixes an issue) - [x] ⚠️ Breaking change (fix or feature that...