Aaron Cottle
Aaron Cottle
I need to keep the space taken up by songs in my game to a minimum. A single table of samples used by all songs would do this. Does the...
Hi! This sublime-project file will trigger this error during the configure step: "Error while configuring project: env" The problem was fixed by removing the trailing comma from "CMAKE_TOOLCHAIN_FILE" ```sublime-project {...
Hi! When using the wayland backend (doesn't happen on xwayland) on my machine there is this funny bug where if I resize the window from the left or the top...
Hi! Sometimes when vulkan loads up I get an error due to it trying to load the nvidia driver but it doesn't exist. This happens when my egpu is not...
Hi! Whilst trying to open a file case-insensitively I came across a codebase that seemed to do the job. But clang's address sanitizer was having none of it! It turns...
As of current if you try to call almost any function in `libpd_rs::functions` from a different thread than the context was created, it will segfault, this of course makes perfect...