Aleksandr Vedeneev
Aleksandr Vedeneev
### Is your feature request related to a problem? Please describe. Simply adding shortcut for C breakpoints, which may trigger in CyGDB ```cython # BREAKPOINT # a simple 2 lines,...
Сделал прототип клиента на Python AsyncIO работающий на JSON если кому-нибудь будет полезно ### Основные возможности - Клиент создан на основе асинхронных вызовов AsyncIO - Клиент использует JSON протокол QuikLua...
I'm experiencing weird behavior of the jedi lsp server after OS upgrade. This message shows up in Neovim when I move cursor at empty line of a python file. The...
My config: ``` leap.opts.safe_labels = {} leap.opts.highlight_unlabeled_phase_one_targets = true leap.opts.substitute_chars = { [' '] = '␣', ['\r'] = '¬', } ``` I'd like to replace ' ' with '␣', it...
I was trying to upgrade AstronVim to new 3.0, apparently they switched from Packer to Lazy plugin manager. My setup: - AstronVim 3.15 (https://astronvim.com/) - NVim 0.8.3 ``` :TSConfigInfo pyfold...
Hi, thanks for a great tool! I'm writing here because `cyright` repo doesn't have an issues section. Anyway, I would like to participate in developing Cyright project because I'm struggling...
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
Hopefully, sometime we will get `test::` So what I found, when calling wrong name (valid is `test::equal`): ```zig test::equals(1, 0); ``` I got: ``` 10: test::equals(1, 0); ^^^^ Error: No...
Recently I was doing some benchmarking and found some rough edges that can be polished, some of these might be my misunderstanding though. - [ ] `project.json` doesn't support finding...