Michael Shumakov

Results 8 issues of Michael Shumakov

Expected Behavior: Running `npm run lint:style` should run stylelint with `"lint:style": "stylelint \"**/*.{vue,css,scss}\" --fix"` in package.json Actual Behavior: `Error: No configuration provided` generated in terminal The issue is resolved by...

### Reproduction https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-xnuzhm?file=pages%2Findex.vue ### Describe the bug **Issue description** Our build handles localization using nuxt/I18n. On language change, formKit's nodes become unretrievable via getNode() or useFormKitNodeById(). The nodes have IDs...

🐛 bug-report
⛑ Needs triage

### Reproduction https://formkit.link/d66bd70b0e0746270d2e99a90cb23582 ### Describe the bug **Issue Description** Manually calling .blur() on either the form, or the form's nodes doesn't actually blur the form or its nodes. Nodes remain...

🐛 bug-report
⛑ Needs triage

### Reproduction https://formkit.com/playground?fkv=latest&fileTab=Playground.vue&css-framework=genesis&files=jc%5B%28%27name%21%27PUygMnd.vue%27%7Eeditor%21%27%3CscripHsetupNimporH%28ref%29OAvue%22WLJref%7B%28*ViRTnull4%29%7D4WZJ%5B510%2C5204%5DX%2FscriptNXE*%3CFormKit*v-model7L.ViRQtyp_nam_Ubel7S8O+9+gMpsQpI7PIQ%3AZ7ZQV-icR7downQouter-cUss7%27%3Amb-634%2FN%3C%2FE4%27%7Eadded%21true%29Y4B0C*BZT%5B%22aCAbCAc%22Y%293%5C%274%5Cn5*%28*BgMp%3AAGMp+7%3D38elect9optiRA+%22B++C%22%2CEtempUte%3EHt+IUceholderJ+%3D+LformDataMrouN%3E4O+fromQ3*RonT%3A+UlaVs8W4cRsHX4%3CY%5D*Z9s_e7VQ%01_ZYXWVUTRQONMLJIHECBA9875430*_ ### Describe the bug Expected behavior: Placeholder text is grey. When a user makes a selection, the text inside the select element changes to black/whatever color is...

🐛 bug
🟡 priority-2

**Issue Description** Our build is deployed on Netlify, but our assets are external. Omitting .provider in Nuxt Image config automatically sets Netlify as the provider and breaks all external URLs...

### Describe the bug This bug cannot be replicated in Stackblitz, possibly due to how it handles SSR, so the reproduction below is for requirements and nothing else. useBreakpoints with...

pending triage

### Environment ------------------------------ - Operating System: Darwin - Node Version: v22.12.0 - Nuxt Version: 3.15.4 - CLI Version: 3.21.1 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Builder: -...

pending triage

The documentation states that `sizes` works the same way as tailwind - that is, when you say 'sm:100px', the image will be rendered at 100px at screens sm and larger....