Bulat
Bulat
Hello, you maked a great plugin, thank you! But on error plugin give a little info about error: no info in what file error happened, only number of string.
Hello, on chapter-4 branch i have some problem with npm install, from console: ``` node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/node-v64-win32-x64-unknown.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected]...
Rule @typescript-eslint/comma-dangle contain in .eslintrc.js
Hello, i start new project with Nuxt3 and have some issue, use @nuxtjs/[email protected], [email protected], [email protected] ``` // nuxt.config.ts export default defineNuxtConfig({ modules: ['@nuxtjs/svg-sprite',], svgSprite: { input: '~/assets/img/svg', output: '~/assets/sprite', defaultSprite:...
### Environment - Operating System: Win10 - Node Version: v18.15.0 - Nuxt Version: 2.17.1 - Nitro Version: 2.5.2 - Package Manager: [email protected] - Builder: vite, webpack - User Config: bridge,...
Hello, i have alert from scanning about dependencie postcss. component-compiler-utils use "postcss": "^7.0.36", but "id":"CVE-2023-44270","package":"postcss","version":"7.0.39","fix_version":"8.4.31","severity":"Medium" Please update to [email protected]
Hello, in file `src/views/EventList.vue` you left it in the code $store in ``` events() { return this.$store.state.events } ```
Hello, when i use Typescript 5.4.5 on components with `directives`/`mixins` syntax highlight breaks Without `directives`  With `directives` 
### Vue - Official extension or vue-tsc version 2.0.24 ### VSCode version 1.90.2 ### Vue version 2.7.16 ### TypeScript version 5.5.2 ### System Info _No response_ ### Steps to reproduce...
### Version 5.5.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/fervent-euclid-kkws7t?file=%2Fsrc%2Findex.ts%3A3%2C23 ### Steps to Reproduce 1. Use base example 2. Use property `option.xAxis.data` in option: EChartsOption with Typescript ### Current Behavior I...