Artyom Desyatnikov

Results 7 comments of Artyom Desyatnikov

Looks like now the game is sending cooldowns properly. ``` "ability0": { "name": "meepo_earthbind", "level": 1, "can_cast": false, "passive": false, "ability_active": true, "cooldown": 8, "ultimate": false }, ``` Is the...

I wonder what happened to this PR. Seems still valid to me.

seems related to https://github.com/facebook/react/issues/31819

Added jsx, mjs and cjs extensions as well while I'm at it

Tested a bit if vscode supports other region syntaxes inside JSX tags themselves, to see if we should add more regexes for JSX-like extensions. Looks like it doesn't. Noticed another...

Actually, nested regions should work fine either way -- it's like bracket sequences. One doesn't need to tell each closing bracket which of the opening ones it refers to. ```...

Btw when is the next release planned?