Egor

Results 26 issues of Egor

### Is your feature request related to a problem? Please describe C++ code completion is missing in the editor. ### Describe the solution you'd like Clangd is now possible to...

request

## Description **What:** Silence Clang 16's `-Wunsafe-buffer-usage`. **Why:** That + `-Werror` causes build errors in the examples. ## GitHub Issues https://github.com/doctest/doctest/issues/766

Consider this code: ```cpp #include #include TEST_CASE("") { { SUBCASE("") {std::cout

## Description I try to run CMake for this library, which I assume just builds the examples. ### Steps to reproduce ```sh mkdir build cd build cmake .. -DCMAKE_CXX_COMPILER=clang++-16 make...

type/bug
build-system/cmake
category/build-systems

`...` is displayed instead of the window icon in XFCE: ![image](https://github.com/vinceliuice/Qogir-theme/assets/20289055/27674cba-fbae-4def-8c7f-daa7eaa7950b) The older versions of this theme didn't do it, and displayed the application icon there instead.

`dnfdragora` is the package manager GUI that comes with the XFCE variant of Fedora. With Qogir it looks like this: ![image](https://github.com/vinceliuice/Qogir-theme/assets/20289055/d8334cae-39f8-4438-a88d-5649dac05c0d) The white gap around the top menu probably shouldn't...

## Description ## How to Reproduce Type following expressions: ``` eq = {X[a],Y[a]}*x+{X[b],Y[b]}=={X[c],Y[c]}*y sol = Simplify[Solve[Thread[eq], {x,y}]] (* Simplify works here *) Simplify[X0*x+Y0*y //. sol] (* And doesn't work after...

Need tagged constructor with `std::in_place_type`?

bug