Tim Visée
Tim Visée
I'm seeing the same issue. Removing the height parameter fixed this.
Interesting! There must be a discrepancy in the way keys are configured/stored in the password store. My intention is to make prs compatible with the way gopass stores multiple keys....
> Is there any chance the "flaky run" is due to github actions storage limitations? The `du -h .` at repository root can very easily approach the [14 GB of...
Thanks a lot for the thorough look. I've commented on most of your comments in Docs. --- > If there's only one struct, how would you differentiate between results that...
> ... currying ... Currying is a good idea, though that doesn't work too well in Rust at the moment. This could be in schemes, in the form of `MyScheme::parse(ver)...
I have seen these errors before, and am not sure what is causing it. I'm assuming that this is caused by some weird Windows quirks, because there shouldn't be more...
I require this to be implemented due to security reasons in order to use this in [`prs`](https://github.com/timvisee/prs) for TOTP support. What is the status on this?
Thanks for the prompt response! I totally understand. I also just noticed that in this PR, the `Secret` type doesn't have any zeroing implemented. I wanted to open an additional...
Fantastic, thanks a lot. For me this can definitely wait for a bit. Enjoy your vacation!
I have started working on this one. I assume that optional ID generation should be done on the `PUT collections/{collection}/points` endpoint. With this, a client could PUT data with `"id":...