Vitaly

Results 150 issues of Vitaly

Issue Type: Bug Latest release (1.60) of VSCode just broke CMD+L (expand line selection shortcut) I believe this is VSCode's fault because this is just worked before and now it...

The fix of `eslint-comments/no-unused-disable` should remove line enterily.

It Might resolve https://github.com/PrismarineJS/prismarine-web-client/issues/210 in a better way. Its kinda popular alternative, have you ever tried it? For me in projects at any scale it always served an extreme performance....

question

## Describe the feature request There is [chat room](https://tangbc.github.io/vue-virtual-scroll-list/#/chat-room) demo. If you trigger the infinite scroll, and then scroll down immediately, after infinite scroll will load the items, you'll lose...

suggestion

Hi! I found it useful to write equality expression first and then using your `binary-expression` when case. However I doesn't seem to work if right side of the expression is....

fixes #63 You can look at [tests](https://github.com/zardoy/const-name/blob/HEAD/src/index.spec.ts) to see what I got for you. You can also look for published files [here](https://cdn.jsdelivr.net/npm/const-name/). I'm really really happy with that, but I'm...

Hey! I have awesome idea to derive variable names for builtin `const` and `forEach` snippets. ### `const` Improve variable name for `const`, `let` (and `var`?) snippets. I simply [use](https://github.com/zardoy/vscode-experiments/blob/688e521840951bf3b3cbdf2177f2c92dd30b905f/src/features/tweakTsSuggestions.ts#L108) regexs...

I have `.t` snippet that I use to wrap types into generics e.g. `SomeType.t -> Partial`, its really handy. However, I usually use it in combination with `Extract` so I...

Hi! I think it would be useful to display install size in WebUI. I always wanted to have something similar to https://packagephobia.com/. I saw thousand of times developers bundling huge...

webui
server
priority:low

That's how it look likes inside of React component with default theme (dark+): ![image](https://user-images.githubusercontent.com/46503702/129260939-4d488f6b-d5c7-45a7-9f64-b783ef6b4412.png) How do I enable [syntax highlighting](https://github.com/windicss/windicss-intellisense#syntax-highlighting) for variants and `!`?

question