Kan-Ru Chen

Results 119 comments of Kan-Ru Chen

The SBCL and bundled ASDF on Travis seem too old for asdf/package:symbol-call

Hi Frank, Thanks for reporting! For the first issue could you provide a example? I'm considering to add APIs for building contexts in order to prevent such mistakes. The second...

I merged #26 which adds `*escape-tokens*` so you can turn it on or off. It would be nice if you can customize the escape function too!

It's been so long since last release. Maybe it's time to remove the compat layer and move to 1.0 :thinking:

A spec file already exist for AFL++ https://src.fedoraproject.org/rpms/american-fuzzy-lop/ Maybe the name is not what you expect?

@nickray I updated to latest firmware. Now I'm getting `FIDO_ERR_INVALID_CREDENTIAL` ``` $ solo2 ls Solo 2 XXXXXXXXXXXXX (CTAP+PCSC, firmware 2:20220822.0, unlocked) $ fido2-token -I /dev/hidraw1 proto: 0x02 major: 0x02 minor:...

I can't use fido2-token to reset the key. But I managed to use chrome to reset the key, then I reset the pin and now I can create and download...

Unable to download resident keys, should I open a new issue? ``` $ fido2-token -I /dev/hidraw1 proto: 0x02 major: 0x00 minor: 0x00 build: 0x00 caps: 0x05 (wink, cbor, msg) version...

I can also reproduce, both with Wayland and X11. Operating System: Fedora Linux 40.20240324.n.0 (Silverblue Prerelease) [Screencast from 2024-03-25 08-00-39.webm](https://github.com/krille-chan/fluffychat/assets/17571/d6fe43a1-1edc-46e5-9417-26be934ddd35) ``` fluffychat.im - Chat with your friends ID: im.fluffychat.Fluffychat Ref:...

The dependency used for shortcuts is buggy https://github.com/krille-chan/fluffychat/blob/f6c6898fb6f89f912ef57e6515c348a6c012c1c8/pubspec.yaml#L161-L165 It references `LogicalKeyboardKey.debugName -> String?` https://github.com/TheOneWithTheBraid/keyboard_shortcuts/blob/a3d4020911860ff091d90638ab708604b71d2c5a/lib/keyboard_shortcuts.dart#L50-L52 The document says > The debug string to print for this keyboard key, which will be...