Jakub Schulz

Results 20 issues of 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":...

question
import/export ordering

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

pending triage

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

bug 🐛
next

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

bug 🐛
next

![image](https://user-images.githubusercontent.com/48328739/194811481-d071fc58-29d4-44b2-9d02-492e270edb83.png) ![image](https://user-images.githubusercontent.com/48328739/194811549-e5498e61-dac4-4322-a326-8f21c2521dce.png)

question❓

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

pending triage

**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. ![image](https://github.com/valgeirb/vue3-popper/assets/48328739/652b1913-efc8-499f-9b92-bd595bb7ecc4) 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: ![image](https://github.com/vuejs/eslint-plugin-vue/assets/48328739/5cadbd26-50f8-4458-ba72-bce4f8202403)...

new rule proposition
accepted proposition
good first issue

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

bug
2.0