Manfred Endres

Results 6 issues of Manfred Endres

This just shows one possible fix for this issue I was unable to get the tests to run on my system. It is also quite hard to come up with...

work-in-progress

The Bootstrapper fails only with exit code `-1` if the to be downloaded program file doesn't exist. In case of IO errors with corrupted files means we have a false...

bug

One can access a list of actions (optional filtered) for cards, boards etc. It would be super helpfull to implement that as well. The main problem is the different information...

Enhancement

This adds a nix flake file for development shell and to build this package with nix

The latest version of [`cluFlock`](https://crates.io/crates/cluFlock) has windows support. We don't use any form of process locking on windows so this might be very beneficial. #59

os:windows
improve

## Description Create a generic progress trait to pass to the install download and install logic. Something down the line: ```rust pub trait Progress { progress(progress: u64); finish(); } ```...

improve