Little Kwinso

Results 9 issues of Little Kwinso

I'm trying to implement VK OAuth2, but their API responds with JSON like this (idk why, they even put a link to OAuth specs): ```json { "access_token": "533bacf01e11f55b536a565b57531ac114461ae8736d6506a3", "expires_in": 43200,...

good first issue
noncompliant
pr welcome

### Summary I'm using helix v22.08.1. When using relatively long macro with a lot of lines, execution of macros freezes the editor completely. Only killing the process helps. Even 20...

C-bug
A-helix-term

When using macros multiplle times (e.g. `20q` with a macro recorded to `@` register) and then pressing `u` to undo, it reverts only last command of the last macro (not...

C-enhancement
A-helix-term

Highlighting `html!` macro from `yew` crate is quite inconsistent now.

C-enhancement
E-easy
A-tree-sitter

I think it would be good to add formats like `.ini`, `.env` to list of supported languages since it's quite common to edit these configuration files.

C-enhancement
E-easy
A-tree-sitter

**Is your feature request related to a problem? Please describe.** Typst math syntax is pretty neat and easy to learn, which makes it superior to LaTeX in a lot of...

Feature Request

It'd be cool to have function like `ResetMask` to just remove current mask from the context. Now I have to do something like this: ```go mask.Clear() // assuming mask is...

Update markdown wiki link to point to English article.

Component produces codemirror editor with these wierd styles that are __little bit__ hard to edit: ![image](https://user-images.githubusercontent.com/61386270/182184893-bd52cdee-3d41-4f7f-8780-233d1c904f3f.png) This is the setup: ![image](https://user-images.githubusercontent.com/61386270/182185205-1b5d52a8-f037-406e-b904-76803c674eaf.png)