jgcodes2020

Results 51 issues of jgcodes2020

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ```c++ #include template constexpr bool var_template = T; template struct obj_template...

Hard

**Describe the bug** The exception in the title is thrown when opening a file dialog. **To Reproduce** Create a new project using the *Avalonia .NET Core App* template. (***NOT THE...

bug
os-linux
area-x11

Title says all. cmake_format currently uses its own keyboard shortcut, and it'd be nice to have it registered like other formatters, so I can use Alt+Shift+F to format my code.

### Description Previous versions of OpenTK provided a namespace `OpenTK.Platform.Egl` which in turn provided the `Egl` binding class for EGL. The current versions do not. ### Related information * Operating...

platform
4.x

[Here's what came out of gradlew jlink --stacktrace](https://gist.github.com/jgcodes2020/3bbf347a769c9cd26cd46da213f77313) # What happened? I am building a native installer for [this project](https://github.com/jgcodes2020/JFX-Analog-Clock). It's a simple analog clock. It runs fine in IntelliJ...

### Problem Exactly what the title says. According to the Sphinx documentation, `:cpp:expr:` should render as code, while `:cpp:texpr:` should render as normal text. ### Reproducible Project This is the...

Bug
Needed: replication

**Icon Type** - [ ] Folder - [x] File **File Names** - conanfile.py - conanfile.txt **Graphic ideas** ![Conan logo](https://conan.io/img/logo-conan.svg) Conan's logo is the cube thing. **Additional context** Conan is a...

The construction of std::thread in these lines of code was flagged as an error. It is completely valid. ``` void StartGuiThread() { gui_thread = std::thread([]() {}); } ``` **Logs** ```...

The driver provides for 6 axes. I assume when a Wii U Pro Controller/Wii Classic Controller is connected, 4 of the axes go to the two sticks, with 2 left...

If there isn't is someone maintaining a fork?