easyaspi314

Results 46 issues of easyaspi314

1. Begin gameplay 2. Take a screenshot while playing 3. Tap the game table while the "edit/share" overlay is visible 4. The game is now frozen. Initially, you can still...

A colorblind mode is a common courtesy feature in many color-based games. Not only does it make the game accessible to colorblind users, but it also can make things more...

This is in preparation for an SVE implementation. It may also improve performance for the normal x86 dispatcher.

Idea: XXH32 and XXH64 could be enhanced like so: - Use an array for the single shot code as well - Use small, fixed iteration loops instead of manual unrolling...

## Description Adds detection for Termux (Termux sets the `$TERMUX_VERSION` environment variable, but doesn't expose its PID). ![Screenshot_20210929-120452](https://user-images.githubusercontent.com/6258309/135306591-e9608eee-a62c-4c04-bc50-72021ade22da.png)

Termux uses `LD_PRELOAD` and `LD_LIBRARY_PATH` to redirect `/usr/bin` and `/bin` calls to call `/data/data/com.termux/files/usr/bin`, as Android doesn't have /usr or /bin, and pretty much all shebang scripts assume that at...

[Demo of issue](http://aaronvanston.github.io/Spread-the-Rainbow/) #### What should happen: When clicking the button, the titlebar color would change to the text color of the button. #### What happens: Nothing at all. Note...

The current editor is pretty difficult to use compared to Firefox, or even Chrome's. First of all, the text editor is literally a ``. Firefox and I believe Chrome's use...

Mac OS X has it so you can override fonts by order. It goes /System/Library/Fonts < /Library/Fonts < /Users/username/Library/Fonts so I do not have administrator privileges but the Fira System...

This multiply algorithm is optimized for multiple platforms, 32-bit and 64-bit. Notably, instead of doing a full 128-bit product manually, it does a 64->128 bit long multiply on the low...