Sebastian Blunt
Sebastian Blunt
As is this doesn't let people create `Tag` trait objects because of the generic writer in `write_tag`. I could change it in a few ways * Move `W` to the...
Easy to replicate with `(echo a && sleep 5 && echo a) | sd a b`. Probably related to https://github.com/chmln/sd/issues/96
I'm running into this issue only when running yubikey-agent using systemd. If I stop the systemd service and run `yubikey-agent -l /run/user/1000/yubikey-agent/yubikey-agent.sock` from a terminal then it works correctly. I...
I'm not sure this behaves correctly with `--git`. If two crates depend on the same version of a package, but the two dependencies aren't identical (if one or both are...
Hi Chris, thanks for taking over. So the error I quoted is not actually given by cargo-local-registry, it's given afterwards by cargo when trying to compile. cargo-local-registry currently gives no...
I wouldn't mind implementing the check for conflicting packages, it shouldn't be too hard. Here's one way to trigger it right now: `./Cargo.toml`: ``` [workspace] members = [ "bar", "foo",...
Let's go with b, I'll add conflict checking to this PR. Then maybe we should open a separate issue for subdirectories? It would be a very convenient feature to have,...
Sorry, I never did get around to starting on adding a check for conflicting dependencies. If anybody else wants to take up the work, please feel free, otherwise I'll start...
I still think it can stand on its own, but we can close it and then I can just reopen it later.
Makes sense. To generalize it, as it works now, we would only really need to make the decryption arguments and the file extension configurable, in addition to the already configurable...