JC Grünhage
JC Grünhage
I'm packaging this for void linux, and atm only crates.io provides downloadable archives based on the version, but the bundle from crates.io does not contain the license files, which are...
The docker binary is just a rest client that is talking to the docker daemon, which means that you aren't supervising the services but just the docker binary. I'm not...
I'm working on a bit of tooling around generating and backing up PGP keys, and I'd like the paper backup option to be compatible with paperkey, but I can't find...
This has been suggested as a possible solution in #170, and would also sort of solve #39. My usecase for this is that I want to benchmark page loads, for...
Instead of checking for ^{major}.0.0, we're checking for ^{version} now, which should reflect the actually intended behavior. Aside of that, if no matching version is found, we're accepting the publish,...
The manifest didn't specifically require any specific rust version and the toolchain wasn't specified either. A MSRV was determined using `cargo-msrv`, written to the main crate's cargo manifest and added...
We're currently evaluating alexandrie for use and while building a container image in our CI, clippy came up with a few things it was unhappy with. I fixed these, and...
I half expect that these are used with some combination of features, but `cargo +nightly udeps --all-targets` claims that they are fully unused, and I couldn't find any usage either.
Follow-up on https://github.com/cloudalchemy/skeleton/pull/7, removing remaining trailing whitespace.
On Google Docs, instead of editing a page you can also suggest edits. Would be cool to get that here too!