Stewmath
Stewmath
I should also mention that I'm using org-super-links with doom emacs: ``` (package! org-super-links :recipe (:host github :repo "toshism/org-super-links" :branch "develop" :files ("*.el"))) ```
OK, the problem is that my org directory is a symlink. The org-super-links-get-location function contains the following line for getting the buffer to be linked to: ``` (get-file-buffer (car (cdr...
I totally understand, I didn't end up actually needing this feature but I do like to report bugs when I find them. Most likely this is fixed but my project...
Sorry, my bad - I was somehow using the wrong build. I have no idea where that build came from. Current sources are working though and this issue does seem...
I have a similar issue on an Apple TV (tvOS 16.5) while playing with a dualshock 4 controller. Randomly, an input (usually a direction input) will get "stuck" as if...
I've been encountering this issue on the Steam Deck with two specific games - PrimeHack, and [DX-Ball 2](https://store.steampowered.com/app/922400/DXBall_2_20th_Anniversary_Edition/). The only common thread between these games that I can think of...
I'm in the middle of implementing HiDPI support for my program, and I'm just going to write down my thoughts here. Since I'm maintaining an SDL3-based backend in C# for...
Interesting point. When the new [font API](https://github.com/ocornut/imgui/issues/8465) and DPI handling changes are merged, maybe using local coordinates would be preferable. Until then I think using pixel coordinates is the best...