Jari Vetoniemi
Jari Vetoniemi
I think this should be possible with the use of ptrace, I can give it a go if you are interested.
I think this project would become more widely used if there was a additional library that provides iconv compatible api that you could link against to. I may do this...
I was looking for https://github.com/Cloudef/glinject alternative for vulkan and stumbled upon your project, which is pretty much identical. One of the things I'd love to contribute is overlay UI for...
I'm looking at my caches and there's lots of very tiny objects. I'm not sure if it's possible to skip caching these without causing rebuild of bigger outputs? If there...
Would be great if there was option to respect .gitignore to avoid accidental file additions.
Would be nice to allow specify wayland display with env variable such as `EXTEST_WAYLAND_DISPLAY`. So you can expose the env variable to the library but not the main process or...
Allows bundling AppImages with statically linked musl appimage runtime and loader which setups user namespace mount with /nix and also some optional runtime code that can try to construct compatible...
While zon2json works right now for any `build.zig.zon` files I've thrown at it. The ast walker itself isn't really complete. ~~Zon files itself are literally zig structs, so they may...
On wayland backend it seems like mouse clicks do nothing. (Running hyprland) SDL works fine