Mick Lawitzke
Mick Lawitzke
### Command add, new ### Description Currently accepted package managers: ``` "npm", "cnpm", "yarn", "pnpm" ``` ### Describe the solution you'd like Add option `bun`. It is a fully npm-compatible...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
### Environment - Operating System: Darwin - Node Version: v21.6.1 - Nuxt Version: 3.9.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...
### Description When using an enum-key instead of enum-value it should throw an error but doesnt. ```ts enum Direction { Up = 0, Down, Left, Right, } class myClass {...
### Clear and concise description of the problem Currently `numberFormats` and `dateTimeFormats` need to be set for each language separately: ``` numberFormats: { de: { currency: { style: 'currency', currency:...
I am getting the following error: > WARN ⚠️ The container core plugin is enabled and you're also generating .container class with the tailwind-bootstrap-grid plugin. This might lead to unexpected...
#129
## I'm submitting a... - [ ] Regression - [ ] Bug report - [ ] Feature request - [X] Documentation issue or request (new chapter/page) - [ ] Support...
**Version** @vueup/vue-quill: ^1.2.0 **Describe the bug** I tried to hide the toolbar: ``` import { QuillEditor } from '@vueup/vue-quill'; import '@vueup/vue-quill/dist/vue-quill.snow.css'; const html = defineModel(); ``` But it results in...
When deployed to Vercel Edge Functions I get the following error during build: > [error] [nitro] Error: Cannot resolve "node-fetch-native/native/proxy" from "/vercel/path0/node_modules/giget/dist/index.mjs" and externals are not allowed! I tried both...