Daniel Roe

Results 534 issues of Daniel Roe

this could be integrated with `defineNuxtModule` from nuxt/kit - modules could expose a step that allows scaffolding or running a small interactive CLI to set themselves up. For example, creating...

enhancement

if there's already a directory existing when creating a new project, perhaps we could prompt to override rather than throwing an error

enhancement

would be handy to have a command to diagnose issues. It could include utilities to resolve package dependency issues, such as: 1. outdated versions of unjs utils (defu, untyped) https://github.com/nuxt/nuxt.js/issues/14768...

enhancement
discussion

e.g. https://louismazel.github.io/maz-ui-3/guide/nuxt (related: https://github.com/nuxt/modules/pull/773/files)

enhancement

if importee is something like `#build/app.vue` then `enhanced-resolve` tries to load `#build/app.vue/package.json` and errors out.

bug

Seems a good idea for using `[object FormData]` to append proper content-type (adding in short) _Originally posted by @pi0 in https://github.com/unjs/ohmyfetch/pull/36#discussion_r767707178_ **Other notes**: * validate formdata content or ensure we're...

enhancement
needs reproduction

https://github.com/unjs/unstorage/issues/172#issuecomment-1463849490 example: https://github.com/AloisSeckar/demos-nuxt still need to triage issue, but it might be related to being on a windows machine 🤔

### Describe the feature See: https://github.com/nuxt/nuxt/issues/22684 We don't yet support `AbortController` meaning that the [fetch created with `createFetch`](https://github.com/unjs/unenv/blob/main/src/runtime/fetch/index.ts#L6-L34) does not have a way to cancel requests. This may be desirable,...

enhancement

currently all imports from unkit are untyped

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`...