Cassie

Results 54 comments of Cassie

I really like this idea: wasd to move current tabs, tab/shift+tab to move pages

From what I can tell, ImageResizer is meant to just be a pixel art scaling program. Waifu2x and other neural net upscalars don't really work on pixel art, so I...

Don't remember exactly what I did to get past that, it involved downloading another one of Hawkynt's Repos

validates_length_of_minimum is broken as well

could we temporarily implement [Klotzi111](https://github.com/Klotzi111)'s hacky fix?

Do I can tell which horse is better in breeding. Even if very minor

I can confirm this issue is resolved when running the latest version of the revolt frontend from this repo locally (running commit 30abe9801eaac3268a8fe0df04b4987acd7d734d)

Same thing just happened to me. Why is this mentioned nowhere

How to fix 1. boot into archiso 2. mount your system and /boot 3. `arch-chroot` in 4. `nano /etc/mkinitcpio.conf`, remove all modules starting with `vfio` 5. `mkinitcpio -P`

I achieved a horrid way of doing this with concurrent.js with ```ts /** * Creates a threaded version of a given function. * @param {Function} func - The original function...