Maxim Mazurok

Results 88 issues of Maxim Mazurok

I have this: ```html a{color:red} a{color:blue} ``` And I get this: ```html a{color:red}a{color:#00f} ``` But I expect this: ```html a{color:#00f} ``` Or, at least this: ```html a{color:red}a{color:#00f} ``` Would be...

### Environment **Vuetify Version:** 3.3.21 **Vue Version:** 3.3.4 **Browsers:** Chrome 116.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Click/focus on the input ### Expected Behavior During animation, the label...

T: bug
C: VField
C: VLabel

When trying to update packages, 5.0.1 is being detected as the newest version, while in fact the newest version is 0.12.1. Please, unpublish old versions, thanks!

Here's a reproduction: ```js const wrapAnsi = require('wrap-ansi'); const styledString = '\t\t\t\ttestingtesting'; console.log('1234556790'); console.log(wrapAnsi(styledString, 10, { hard: true, trim: false })); ``` This is what I get: ``` 1234556790 testingtes...

### Related plugins - [ ] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [X] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug My colleague @tongxuanbao and I found an interesting issue when using JSX in Vue 3 for...

pending triage

Hello! Our test-runner expects test list to be separated with new lines instead of commas. Since we're in Windows env we can't use `tr` and command to convert comma to...

### Problem to solve So far symptoms that we observed were: - Input label jumps and is being crossed by outline when clicking on it in dialogs - When clicking...

S: triage

### Vue version 3.4.31 ### Link to minimal reproduction https://jsfiddle.net/uwegz5y8/23/ ### Steps to reproduce 1. Load [repro](https://jsfiddle.net/uwegz5y8/23/) 1. See `Boo: false; typeof: boolean` - as expected, because `boo` attribute is...