Christian Muehlhaeuser

Results 111 issues of Christian Muehlhaeuser

Test knoxite on Windows, make sure our tests & goreleaser builds work across all platforms.

bug
tests

Add a Google Drive storage backend.

feature
storage backend

Execute decryption/uncompression/decoding in parallel go-routines.

improvement
core

Currently chunks are cached indefinitely - probably want to use something like cache2go to free the allocated memory after some time.

improvement
cli

Write unit / integration tests for Fuse.

tests
cli

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...

feature
core

This prevents `action_hold` from being triggered while a key is still being pressed. Potential fix for #79.

bug

"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.

QtWebEngine

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...