Christian Muehlhaeuser
Christian Muehlhaeuser
Test knoxite on Windows, make sure our tests & goreleaser builds work across all platforms.
Execute decryption/uncompression/decoding in parallel go-routines.
Currently chunks are cached indefinitely - probably want to use something like cache2go to free the allocated memory after some time.
Don't try to store unchanged files again when updating a snapshot. Currently the de-duplication will prevent collecting & storing redundant data, but we could identify unchanged data locally and avoid...
This prevents `action_hold` from being triggered while a key is still being pressed. Potential fix for #79.
"QupZilla is currently suppressing power management: Playing video". I have played a YouTube video in this session, but it's neither playing anymore, nor is the tab still opened.
Keeps indentation ligned up nicely.
I think we should split this project up into a library (root folder of the repo) and the `imgcat` command itself (probably in `/cmd/imgcat`). I'd love to use this in...