Results 15 issues of CDnX

### Check the following: - [X] I have checked the behavior after setting "vscode-neovim.neovimClean" in VSCode settings. - [X] I have read the vscode-neovim docs. - [X] I have searched...

bug
manager: cursor

### Is your feature request related to a problem? Please describe. Because `imgui::Key` does not support `serde`, this kind of thing is not possible. ```rs use serde::{Deserialize, Serialize}; use imgui::Key;...

This issue contains long trivia about how I found the reason why it didn't work. I was dead confused while solving this issue, so I elongated the explanation hoping to...

### Search before asking - [x] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description For now AFAIK(with dozens of hours of trying) there's no way to allow...

enhancement

### Proposal Alternating bullet type on nested list improves legibility a lot, especially when a list is huge. Usually I manually changes bullets on my docs, but always want it...