Imre Dávid Kosztka

Results 9 issues of Imre Dávid Kosztka

Since in the Cargo.toml the version of evmap was "11.0.0-alpha.1" instead of "= 11.0.0-alpha.1" for new builds the latest version is used. The latest version of evmap is "11.0.0-alpha.7" and...

Running `cargo watch` in a workspace root gets triggered by the updated `Cargo.lock` file. This creates an infinite loop. I have verified this by running `cargo watch --why` in a...

### Problem Description I tried to install boot (via the boot.exe from the github page) on Windows 10 with Java 10 and I get an error message that it requires...

Add possibility to express through the metrics if the reply code was influenced by an unhealty state.

There are lot of `unwrap`s in the code, they should be removed, or documented why `unwrap` is the way to go. This is an umbrella task: Pull requests are probably...

Since storage back ends can have features not implemented (e.g.: SIZE), but some clients change behavior based on the available features, so the back ends should be able to tell...

At the moment before every cloud storage interaction a new auth token is retrieved form google oauth even if the current one is not expired.

bug
enhancement

If you add `#[derive(Clone)]` to a `struct` then the `clone()` method is not show as a possible function to use.