Merlyn Morgan-Graham
Merlyn Morgan-Graham
I believe this is because the code uses `option.innerText = "Level #{i}"` - which "isn't W3C compliant". See this Stack Overflow question: - ['innerText' works in IE, but not in...
I am making a zig wrapper, and ported over a random unit test to see if things are working. The unit test is hitting a UBSAN trap. The test is:...
Once you launch the game, you can no longer interact with the main window. It stops painting. You can move it around, but that's it. If I hit the close...
On this page: https://github.com/shadps4-emu/shadPS4/wiki/ The link `[PS4 PKG](https://github.com/georgemoralis/shadPS4/wiki/PKG-Information)` points at the old wiki. Should be a trivial fix. There's also several similar links that need changing in the table on:...
This fixes #109 and works around #108 for me. I don't know if there's an additional upstream fix for #108 that might need to be done as well, but I...
When compiling with zig (which enables address/UB sanitizer by default) and playing back my track, I get an error (at runtime) on this line: https://github.com/schellingb/TinySoundFont/blob/21f84301f8aea16e06c2cd2e777383a2aae71732/tsf.h#L1566 When I start playback of...
With the midi track and sound font I am using, when compiling with zig (which enables address sanitizer by default), and playing back my track, I get an error (at...