Michael Labbe
Michael Labbe
Thanks for building GENie. It is very flexible and helpful. Using genie.exe 1160 on Windows my custombuildtask specifies dependencies. These dependencies can be correctly referenced with `$(1)` et al. in...
As of c0e491055bba7b6e0326e2d94566b65e6aebc014, the GTK build adds an extension to the returned value. This is done to match the behaviour of the other platforms. This affects the dialogs that return...
https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
HMM is very useful when bringing up a new 3D scene. Eventually, however, a user may run into a scenario where they are troubleshooting their coordinate system, need to view...
Using `sokol_gfx` & `sokol_app` as of `1cc5e7f6562e4faa7e1252d5d68f70cb1eaba516`, NVidia Drivers 512.95 on an RTX 3080 Laptop GPU on Windows 10. Using the d3d11 backend with `.swap_interval` set to either 0 or...
- [x ] I have the latest version of mani - [ x] I have searched through the existing issues ## Info - OS - [ ] Linux - [...
In many, if not all supported languages, tree-sitter-hl-mode's font locking does not honor the `:extend` attribute of a face. The [:extend face attribute](https://www.gnu.org/software/emacs/manual/html_node/elisp/Face-Attributes.html) is used to send a highlight past...
## What's wrong I have an almost-fresh install of Linux Mint running emacs 28.2 from snap. The bootstap, pasted into an empty .emacs file failed. It failed in a novel...
Code contains `#define TI_ALT_MAGIC 542`, which is the alternative header for terminfo "extended storage format". This is ultimately used to correctly calculate the strings offset into the compiled terminfo database....
I am using {{ include "some bad file.tmpl" . }} in a template, and when the file doesn't exist, it just silently adds nothing. I would love an option or...