Jack Grigg

Results 886 comments of Jack Grigg
trafficstars

No, this project is not abandoned. - While a lack of commits can imply abandonment, that is not on its own a reliable inference. It can also imply a stable...

Reopening this because we should give some guidance in the error message when we detect there are no PIN attempts remaining. In particular, for a YubiKey configured for this plugin,...

Could you try running with `RUST_LOG=trace` (e.g. `RUST_LOG=trace age-plugin-yubikey --list`) and report what it prints out?

`age-plugin-yubikey` used to always send a message to touch the YubiKey, but in testing it became quickly apparent that if you had "always require touch" configured for an identity, and...

I went back and checked the details of this change, and I'd forgotten that the way we did it was that the message was removed completely from `age-plugin-yubikey`, and moved...

> Ideally, I'd like a GUI popup for PIN prompts and a notification for touch prompts. Is there a way to do that with age or would I need to...

#88 fixes the first two issues. The `time` issue is blocked on changes to `chrono`.

We want to ensure that a YubiKey set up by `age-plugin-yubikey` is usable with `yubikey-agent`, so we use the same management setup (PIN-protected management key, PUK set to PIN) as...

The Android NDK used to include `libgcc` for unwind support (which is required by Rust among others). From NDK r23, `libgcc` is removed, replaced by LLVM's `libunwind` (https://github.com/android/ndk/issues/1230). Rust 1.68.0...

This is a duplicate of #1564; see the discussion there, which indicates that no such automatic discovery path currently exists.