Justus Winter
Justus Winter
Please don't do that. We use separate keys for signing and encryption for a reason. Even though some implementations may do that, this is just a terrible idea and should...
I don't want it to decrypt the key, but note how the parsing fails. E.g. pgpdump thinks the second packet is an old-style packet (it is a new-style one) of...
> AIUI Sequoia supports openssl as an alternative too. We don't currently support OpenSSL as backend, but if there is interest in that we could add it (now that OpenSSL...
>> I'm curious what's on the roadmap for chameleon, and if more commands will be implemented or not. > > The chameleon is intended to be a drop-in replacement for...
Ah, I didn't know about `--import-options import-show`, that is indeed not implemented yet. I'll put that into the queue.
@rocodes by the way, the latest release of the Chameleon now supports `--import-options import-show`.
To clarify: I think there are two issues here: - roff-rs unconditionally replaces apostrophes where it shouldn't (e.g. in contractions). - roff-rs uses the `\*(Aq` workaround which doesn't sit well...
I just noticed the documentation of [Roff::to_roff](https://docs.rs/roff/latest/roff/struct.Roff.html#method.to_roff) says: > Without special handling, apostrophes get typeset as right single quotes, including in words like “don’t”. In most situations, such as in...
Thanks for providing the details. I cannot judge how much work that is and what the benefit might be, really, so feel free to close the issue, your call.
Can you please shed some light on how this issue has been fixed, or failing that re-open the issue?