simonsan
simonsan
**Problem** Window stays black with a cursor. **Steps To Reproduce** Steps to reproduce the behavior: - `dx new gui` -> Workspace -> Fullstack: false -> Router: true - cd gui/desktop...
An informative summary system for aggregating and condensing data collected from runtime checks, including warnings, issues, and operational metrics. This system should provide end-users with a clear, concise summary of...
https://github.com/rustic-rs/rustic_core/blob/25f908b6b2d587e78bc156b53de40b91f7157458/crates/core/src/repofile/keyfile.rs#L109 Error needs own error code, with link to docs. > old restic versions used invalid scrypt parameters which are not (and I think will never be) supported by rustic...
Add error code for: ``` [ERROR] error backing up /home: Extra verification failed: After decrypting and decompressing the data changed! ``` and create an entry for the docs
[Repository](https://github.com/rustic-rs/rustic_core/blob/main/crates/core/src/repository.rs) is ~2k LOC. I think it's not easy to navigate, especially given the generic implementations. I think it would be good, to split that file by the state of...
Enhance the check_repository and check_cache_files functions to return a Summary, improve concurrency handling, and strengthen error logging for better reporting. Refactor summary handling in related functions for consistency. Based on...
## Open questions - [ ] What are the pain points we are trying to fix? - [ ] main pain point is that we do rely on `ignore`'s logic,...
These don't work with `cargo-dist` currently, but may be worth to look into: - [ ] armv7-unknown-linux-gnueabihf - [x] added base support in CI in #76 - [ ] need...
The current issue still is, that we can't bind to a port in CI and thus might need to use containers to fix that: https://docs.github.com/en/actions/use-cases-and-examples/using-containerized-services/about-service-containers So there is a bit...
I wanted to implement database storage (e.g. SQLite), but it felt cumbersome and also a bit out of line for simplicity reasons. These days, I'm using mostly Nextcloud Calendars to...