Doug Binks

Results 293 comments of Doug Binks

We generate the defines using the listed names and their codepoints. Font Awesome's yml file also contains `aliases: names` which we don't parse but potentially could. > It seems that...

Ah, my apologies I thought you were asking for the aliased names. > We are in the process of updating ImGui to wip 1.92 which has changed how glyph ranges...

We should be more specific about this, but yes. Indeed we probably shouldn't include the ascii icons, as the code we show (and use) will just use the currently loaded...

I have an idea of what is going on here. Some Wayland compositors will hang on a buffer swap if the window is not visible and the swap interval is...

Thanks for confirming the workaround. We'll look into whether we should do this within GLFW.

Is this still an issue? We have another size issue observed on ArchLinux with Hyprland #2789 which turned out to be a problem with Libdecor. A workaround exists to disable...

> As you can also see in the video adding glfwInitHint(GLFW_WAYLAND_LIBDECOR, GLFW_WAYLAND_DISABLE_LIBDECOR); fixes the issue, so saying that it's a libdecor issue makes sense. I will see if I can...

Does this issue still exist? If so can you replicate it with the [Vulkan triangle test](https://github.com/glfw/glfw/blob/master/tests/triangle-vulkan.c) in GLFW?

I'm not very fond of the extra syntactic sugar used here, but if it solves a real problem I'll consider it. Do you know if it's possible to fix the...

The generator has this line: https://github.com/gucio321/cimmarkdown/blob/master/generator/cpp2ffi.lua#L330 Which correctly detects the current syntax, but also the function pattern: https://github.com/gucio321/cimmarkdown/blob/master/generator/cpp2ffi.lua#L319 Which also matches. It looks like the `parseItems` loops through each pattern...