Neal H. Walfield

Results 86 comments of Neal H. Walfield
trafficstars

Thanks for the pointers. I'll take a look and see if I can come up with something that works for us!

[Here's what we ended up doing](https://gitlab.com/sequoia-pgp/sequoia-sq/-/merge_requests/112). Basically, `cli` is a `Clap::Command`, where the global options are configured to be shown. I now use `cli::try_get_matches` to figure out if the help...

> I know at least git has the help -a flag (along with help -g, see https://github.com/clap-rs/clap/discussions/5332). Cargo has the top-level --list. Know of any other prior art? `gpg` has...

Thanks for the clarification. I think you are saying that `-a` is always implemented, but it is up to the application to document that. I think that is okay. But,...

Note: the provided patch changes the API. As such, it would be necessary to bump the version to 3.0.

For more context, please see: https://gitlab.com/hkos/openpgp-card/-/issues/17

Hi @bluetech, Thanks for following up. I like option 4: having `pssc::Card::transaction_owned` take ownership of the `pcsc::Card` and return a `TransactionOwned` would indeed solve the problem and it wouldn't cause...

If the owner of the transaction calls drop (implicitly or explicitly) without getting the owned Card back, either it is a bug or intentional. If it is a bug, then...

Thanks for the explanation, and the tip!

Hi @rocodes, thanks for the good questions! Sequoia git is a relatively new project (I only made [the first release](https://gitlab.com/sequoia-pgp/sequoia-git/-/tags/v0.1.0) yesterday), and the user documentation is still not very good....