Tomasz Kośnikowski
Tomasz Kośnikowski
When running `cppman -r` these errors are shown: ``` cplusplus.com (only few): URL failed (https://cplusplus.com/reference/...): URL failed (https://cplusplus.com/reference/...): cppreference.com (like half of requests): URL failed (https://en.cppreference.com/w/cpp/...): ``` Full example: ```Indexing...
Type: Bug 1. Open file 2. Start voice inline chat ("hey code" or ctrl+I) 3. Something crashes Extension version: 0.4.0 VS Code version: Code 1.86.1 (31c37ee8f63491495ac49e43b8544550fbae4533, 2024-02-07T09:07:19.849Z) OS version: Linux...
### What happened? When opening a list to choose a value (custom time, engine, variant etc.) in light mode, background is white, and foreground/letters too, so I cannot see a...
Recently i changed font on my smartphone and some applications (including lichess) haven't changed. Is it possible to use default system font? I understand that some things need specific fonts,...
`std::string` initialization from `nullptr` is not allowed in `C++23`. Please change `nullptr` to empty C-string or whatever. https://github.com/GermanAizek/webdriverxx/blob/b8c9ac36360021daca7b0fd006a092b605b19e29/include/webdriverxx/by.h#L11