Boris Staletic
Boris Staletic
> Weird warning had to be added: If you are encountering an 'error: name followed by "::" must be a class or namespace name’ with the Intel compiler and a...
With slightly more optimized CTRE patterns: ```c++ #include "ctre.hpp" #include #include #include #include #include template void measure(const std::string& data) { using clock = std::chrono::high_resolution_clock; const auto start = clock::now(); unsigned...
I figured out what's wrong with this. Here's the diff. ```diff diff --git a/ycmd/completers/language_server/language_server_completer.py b/ycmd/completers/language_server/language_server_completer.py index c87ca7e1b..2ffef7094 100644 --- a/ycmd/completers/language_server/language_server_completer.py +++ b/ycmd/completers/language_server/language_server_completer.py @@ -1981,7 +1981,8 @@ class LanguageServerCompleter( Completer ):...
Rebased. Let's see what the tests will say.
We've discussed this idea and aren't completely against the idea. Though I personally do have some concerns. 1. How is the AI being fed the data to learn from? Just...
> What I've linked above are large neural networks for completing streams of text that have been trained once on software. Hmm... That sounds like Copilot. > I'm curious to...
> "code laundry" It's like money laundry, but for source code. You can't take GPLv3 source and paste it into your proprietary codebase. That's a license violation. But throw AI...
I don't think that is a good idea. That branch that reaches into `AddMacIncludePaths` is also responsible for adding `-resource-dir=` and `-fno-delayed-template-parsing` on Windows. I've done invasive changes in `flags.py`...
Coverage.py has the following to say about multiprocessing. https://coverage.readthedocs.io/en/latest/subprocess.html
`:sanitize ` prints `TypeError: sanitizer.canClearItem is not a function` for any item and any choise for `-timepan`. On the other hand `:sanitize! -timespan 0` reports no error but doesn't delete...