Andrii Shafar

Results 17 comments of Andrii Shafar

Another error but with packing `error: Failed to write PBO: Windows stdio in console mode does not support writing non-UTF-8 byte sequences`

If you still interested -> [Cobalt2 Theme for Windows Terminal](https://github.com/Reidond/cobalt2-windows-terminal)

So i tried to change to node v10 in packages where node v12 required and it's working good i think (no visible issues). Tested on Fedora 31

it's not that hard to bootstrap eslint config on your own, you could even make your own packages with predefined config. i personally use eslint + prettier combo and it...

### Packages ```json { "eslint": "^8.10.0", "eslint-config-prettier": "^8.4.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.5.0", "prettier": "2.5.1", "vue-eslint-parser": "^8.3.0" } ``` eslint ts integration packages ```json { "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0" } ```...

Well from my experience you can't rely on those options because they can be outdated when packages update (and they will update often) and you need to know how to...

I think `create-vue` should be very simple to setup without unnecessary junk that people use, not knowing how to update it when things go wrong

Hi, just compiled myself in fedora 36, everything works

is it possible that, if i have two hex-inputs on page, component add 2 slots?

because i have one component that works great, and one that generates this strange DOM nodes (2 pic in issue), but they are absolutely same