Boris Staletic

Results 48 issues of Boris Staletic

A vim update is needed to pass the tests with python 3.13. Earliest vim version that supports python 3.13 is 9.1.0784: https://github.com/vim/vim/commit/83a06705dcfb10e13a75eace6319cb77b6af4d29 I was not aware of any policy regarding...

assigned
no bug found

Tests will certainly fail, but I'd like to gather feedback before proceeding with this work. Eventually fixes https://github.com/ycm-core/YouCompleteMe/issues/4267 And of course, JDT was a special snowflake and had to break...

Fixes #1692 WIP, because still no response to https://github.com/microsoft/language-server-protocol/issues/2015 But also tests. Previously, we could not handle two cases: - code action containing an edit and a command - commands...

Seems like the response to `textDocument/documentSymbol` is always hierarchical and that Omnisharp is not taking into account `textDocument.documentSymbol.hierarchicalDocumentSymbolSupport` client capability. Here are the messages exchanged between my client and this...

I've only implemented the BIOS/legacy boot + extlinux combination, because that's what I am using. The current `krenel_re` matches lines like these: ``` KERENEL /boot/vmlinuz LINUX /boot/vmlinuz.old ``` A few...

First, thank you for creating `tremc`! Just what I was looking for in a transmission client. After hitting enter on a file in tremc I was greeted by a massive...

The ycmd protocol says that the client side cares only about extra_data[ 'resolve' ], so we need not serialize the LSP item as well. Unfortunately, the standard library json has...

I can see that this clang fork implements P3394 as it were specified at [R0](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3394r0.html), but already at R1 the API has been significantly reduced and that's what has been...