Boris Staletic

Results 48 issues of Boris Staletic

Hello, I've tried to use CTRE in my project, but MSVC was running out of memory. - My project/branch: https://github.com/bstaletic/ycmd/tree/cxx17 - Azure log: https://dev.azure.com/borisstaletic/3ce92110-caa5-4c49-b8c3-44a433da676b/_apis/build/builds/634/logs/78 Both the debug and the release...

- `GL_EXT_sRGB_write_control` says `DONE (all drivers that support GLES 3.0+)` - `GL_EXT_texture_sRGB_R8` says `Done (all drivers that support GLES 3.0+)` There are two problems: `Done` is not `DONE` and `(all...

in progress

I just found out about this plugin and so far I like it a lot. While the live substitution preview, if the substitution string gets long enough for the line...

bug
wontfix

As mentioned in #1939, there's one more thing stopping ycmd from updating. [This test](https://github.com/ycm-core/ycmd/blob/master/ycmd/tests/java/diagnostics_test.py#L379-L423) sees [this diagnostic](https://github.com/ycm-core/ycmd/blob/master/ycmd/tests/java/diagnostics_test.py#L87-L92) for [this file/line](https://github.com/ycm-core/ycmd/blob/master/ycmd/tests/java/testdata/simple_eclipse_project/src/com/test/TestFactory.java#L18) at column 1. The logs paint a clearer picture: ```...

Like mentioned in #99 the `subrange` changes are now in this PR.

All views are now marked with `[[nodiscard]]`, although some things may have been missed. For algorithms, `[[nodiscard]]` wasn't added to: 1. In-place, modifying algorithms - the caller often knows what...

# PR Prelude Thank you for working on YCM! :) **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your PR:** -...

# PR Prelude Thank you for working on YCM! :) **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your PR:** -...

# PR Prelude Thank you for working on YCM! :) **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your PR:** -...

Hello, I'm a maintainer of a LSP client and this week I've been debugging a user's issue with `textDocument/signatureHelp`. With the following signature help response: https://gist.github.com/TuM0xA-S/b46fff7f0cd7279caa2d84412f1895b6#file-lsp-1-L307-L339 It's impossible, in a...