Meriel Luna Mittelbach
Meriel Luna Mittelbach
# Implementation status (as of https://github.com/LunarLambda/libseven/commit/00f7f12d601eecdb607cb36ab7d49fdf64b3bc2c) ## `` - [x] Display control (DISPCNT, DISPSTAT, VCOUNT) - [x] Background control (BGxCNT) - [x] Memory maps (Palettes) ## `` - [x] Affine...
### systemd version the issue has been seen with 252.19-1~deb12u1 ### Used distribution Debian 12 ### Linux kernel version used 5.10.0-27-amd64 ### CPU architectures issue was seen on x86_64 ###...
Many programming fonts that feature ligatures don't generally look great when applied to typical line-based terminal output like shells, package managers etc. They do however tend to work much better...
A more generalised followup to https://github.com/libsdl-org/SDL/issues/9540 Same use case, writing bindings in a language that uses RAII to control destructor calls like SDL_DestroyWindow, SDL_Quit, etc, and needing to know how...
### Describe the bug The indentexpr set by nvim-treesitter seems to break options like breakindent, which (in my use case) broke line indenting for lists and paragraphs/indented code blocks in...
It would be nice if libseven's definitions were consumable from assembler without too much extra work. Some things are easy, like providing definitions of VOLADDR etc that work with GNU...
### Problem See https://github.com/neovim/neovim/issues/16957 for some of the existing issues with using a Unix shell in Neovim on Windows. I've dug into it now, seeing as no workaround really managed...
This is the exact same fix as https://github.com/devkitPro/libgba/pull/9.
### Problem If Neovim is started with `--headless --listen /some/unix/socket`, and `bind` returns `EADDRINUSE` because the socket file already exists, Neovim does not report any error and just continues running,...
Ghidra can already load and analyze PDB and other debug information, however it cannot currently export it. Line and file information probably isn't feasible, however just having symbol names and...