Daniel Roe

Results 534 issues of Daniel Roe

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....

It might make sense to support `content/` alongside `public/` and `app/` (that is, in `rootDir`). Raising for discussion - originally idea from @Atinux in https://github.com/nuxt/nuxt/issues/26444 See https://github.com/nuxt/nuxt/pull/27029 for how we're...

enhancement

https://github.com/rviscomi/capo.js/issues/24 This will enable us to keep rules up-to-date 🥳

enhancement

implemented in a project and it seems to work well 😁

enhancement

### Describe the feature it would be nice to allow customising colours - maybe passing in a hex value and auto-generating a colour palette? ### Additional information - [x] Would...

### Describe the feature Discovered in https://github.com/nuxt/nuxt/issues/27130, it's possible to create an infinite loop when getters call `console.log`, which is true for Vue. Reproduction: https://codepen.io/danielroe/pen/GRaqZOj?editors=1111 ```ts import { consola }...

does this work as well for you, when using the 'Debug: Start debugging' command in vscode?

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...