Jakub Schulz
Jakub Schulz
I have this eslint configuration: ```json "import/order": [ "error", { "pathGroups": [ { "pattern": "@frontend/components", "group": "internal", "position": "after" }, { "pattern": "~/components/**", "group": "internal", "position": "after" } ], "groups":...
### Environment Nuxt 2 with `@nuxt/bridge`. ``` $ npx nuxi info Nuxt CLI v3.0.0-rc.8 ``` ### Reproduction Unfortunately the package is secret so I can't create a reproduction. ### Describe...
### Version @nuxtjs/i18n: ^8.0.0-alpha.2 nuxt: 3.0.0-rc.8 ### Nuxt configuration - [x] Applies to a site deployed to a static server (site generated with `nuxt generate`) - [ ] Applies to...
### Version @nuxtjs/i18n: ^8.0.0-alpha.2 nuxt: 3.0.0-rc.8 ### Nuxt configuration - [x] Applies to a site deployed to a static server (site generated with `nuxt generate`) - [ ] Applies to...
 
### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.11.0` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `extends`,...
**Describe the bug** After updating `weekStart` to 1, formatting works fine, but `dayjs.weekdays()` still starts on Sunday. I I get: `[ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ]` **Expected...
I really like the protection so that the popover does not go out of the window.  I think it would also be a nice idea to allow an element...
**Tell us about your environment** - **ESLint version:** ^8.28.0 - **eslint-plugin-vue version:** 9.14.0 - **Node version:** v16.19.0 **The problem you want to solve.** This warning, but in vue tamplate: ...
**Describe the bug** ``` Argument of type 'Ref' is not assignable to parameter of type '{ required: any; email: any; maxLength: any; } | Ref | ToRefs'. Type 'Ref' is...