Wiktor Kwapisiewicz

Results 187 comments of Wiktor Kwapisiewicz

Closing as it was superseded https://github.com/archlinux/archweb/pull/566 (but I still think this would be a good idea to merge and without any downsides :smiling_face_with_tear: ).

> What about minisign? (https://jedisct1.github.io/minisign) I think this is a separate issue. SOP produces OpenPGP artifacts so systemd may verify it just fine with their existing gpg setup. Minisign would...

Yup, I'm getting `error: pgp::errors::Error - "failed reading: cleartext body Error(Error { input: [79, 114, 105,` with this sample code: ```rust use pgp::composed::cleartext::CleartextSignedMessage; use pgp::composed::SignedPublicKey; use pgp::Deserializable as _; fn...

@cyr is your thing open-source? If so could you give a link? I'm always curious what people are using (r)PGP for :)

Yep, looks very cool! Thanks for sharing, I'm taking a look :eyes:

:thinking: Hm... maybe I'm holding it wrong or the inner shell is messing up the outer one but this fails: ```sh rust-script .script.rs

I've used `experimental-inspect` feature of pyo3 0.26 and `pyo3_introspection` and I must say it already works very, *very* well! 👏 Two issues found when running `mypy` on a code which...

Ugh, I see this was already fixed in the `master` branch... along with serialisation of Audit response codes (https://github.com/iqlusioninc/yubihsm.rs/pull/559) that I struggled with today. Would it be possible to release...

> I can cut a prerelease I'd greatly appreciate it 🙏

It seems to me that this is blocked due to [`ccm` not being released](https://github.com/iqlusioninc/yubihsm.rs/blob/main/Cargo.toml#L84)...