Braden Best

Results 12 issues of Braden Best

Attempting to `play next` in trackma will only work if a file is named `[Anime name] [#].[ext]`. This is sort of inconvenient as it means I have to symlink, e.g....

recognition

This mirror is out of sync with the bitbucket source.

Itch version: 25.5.1 x64-64 Windows The itch app is not rendering my game correctly. I filed two separate issues about the lack of secure context (#2859) and the lack of...

Throughout development of Free Rings, particularly v1.7 and v1.8, I've noticed that the itch app does not run web games in a secure context. This is actually a big problem....

Please add a javascript console to the desktop app when it's embedding a web game. Usually in electron apps you can hit `ctrl+shift+I`, but I tried this to no avail....

This is not a C decompiler, please either add proper ANSI C support (even if it's just a `--print-c=file` flag for the `nocode` program) or merge this pull request that...

I can't even get the damn thing to start. I just get the FTB splash screen with "loading..." and another, blank window titled "First Run", and it just hangs there...for...

Isn't there a class in Javascript called `Uint8Array`? E.g. `var arr = new Uint8Array();`

- Heavily refactored arg parsing to use a simple search-and-dispatch pattern - The argument order no longer matters. The last filename entered is the one used. - longopts can now...

`hexedit filename -l 16` is not valid and results in a usage exit, but `hexedit -l 16 filename` is valid. I can see in the manpage and usage printout as...