jchv
jchv
Currently, performing ```sh docker build -t mcsema . ``` in a freshly cloned mcsema repository will fail on `Could not find interpreter: bash\r` due to script binfmt being intolerant of...
This change allows the tablet tool button to be used for floating mod resize. In addition, it attempts to ensure that tablet tool events are consistent such that tablet v2...
I've attempted to compartmentalize the added complexity as much as possible. It could be improved also if we could make hiro and ruby use the nall compile function. I'm going...
While Rosetta 2 works fine for most intents and purposes, it seems that gamepads do not work properly under Rosetta 2 applications. (#148) Relevant information: [Building a universal macOS binary](https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary#3618377)....
Hello. In `CMakeSettings.json`, there is: ```json { "name": "CMAKE_TOOLCHAIN_FILE", "value": "C:\\dev\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake" }, ``` However, it does not seem like it is necessary to specify anymore. From Visual Studio 2022 documentation...
I noticed that if you restart Lavalink, the state becomes inconsistent between services. It seems likely that it would be possible to detect this scenario and handle it a bit...
tl;dr: I propose moving the build process to use Parcel Bundler and eliminating the Python 2 dependency entirely. The vendor system would be ported and function mostly just to generate...
Menu bar updates are deferred to the event loop. A special case is made when no menu bar is visible, to ensure one is visible as early as possible during...
This is a simple frontend written using SDL2 mostly as an example. It is still a prototype mostly and should not be merged yet (maybe not ever?) but is submitted...
Some code uses GCC extensions that are not available on all compilers. This is unfortunate since the vast majority of code is portable. It would be nice to methodologically remove...