Dominik Schulz
Dominik Schulz
@shemeshg I can't reproduce your issue. Feel free to open another issue with more details. @AxelRHD Editing nested keys is not directly supported. Please use `gopass edit`.
Closing due to lack of activity. Feel free to re-open.
This should not happen. I don't see any unhandled potential nil pointers in the call. I'd be curious to get the debug log for this failure. If you could run...
You encounter the error during autocomplete (pressing TAB)? In that case you must set the log file first, e.g. `export GOPASS_DEBUG_LOG=/tmp/gopass.log`. Otherwise it doesn't take effect (your shell hasn't evaluated...
I have no idea how to do that. Someone would need to help with this.
Thank you. This is very helpful. Unfortunately the certificate infrastructure for non-server certificates is still broken (read: expensive). So we'll need someone to fund that effort. If we get enough...
Actually this might be very [simple](https://github.com/FiloSottile/age/blob/v1.1.0/.github/workflows/build.yml#LL44C9-L44C9). We'd just need a valid codesigning certificate.
Nice, thanks a lot. This does look very interesting. Let me know when it's ready for review.
I'm not sure that this is how I would expect it to work. But we should at least make it clear in the docs.
Ok, so I see at least one issue right now: 1. `gopass setup` should warn / fail if the store is already initialized. a. [optional] It could ask if the...