Dmitrii Sharshakov

Results 149 comments of Dmitrii Sharshakov

As for physical USB and NFC authenticators, Yubico Authenticator seems to be able to list FIDO2 credentials, thus can perhaps access the token without restrictions. Not sure whether they have...

On Linux you can use `XDG_DATA_HOME=/path1 XDG_CONFIG_HOME=/path2 lapce` to achieve similar functions (saving all state not to your homedir, but to dedicated directories). However, I'd like to implement a proper...

Another benefit would be better support for devices like B200-mini, which re-appear on bus after firmware loading. As I currently have whole setup, including firmware, inside the VM, I have...

Regarding totals: it would be really convenient to be able to sort by totals this way. Useful in case I want to figure out application (container, build activity, etc) causing...

Even 0.17.0 built by me (on Fedora 38) doesn't work on Debian bullseye. That's probably dependent on the build system versions and probably relevant to C compiler or libraries used

Happy to know that! Well, having AES67 now might be a good reason to poke around getting PW on other platforms if possible

Yes, it would make more sense in tcpreplay-edit. Basically the work here was done for a simple test and then sent for upstreaming.

Great, thank you for your effort!

Thought about problem 1: I'm currently researching an approach based on using U-Boot as a UEFI compatibility layer on BIOS platforms. Fedora developers have also started implementing this in their...

Why are the CI checks failing? Does `conform/commit/gpg-identity` require me to add a GPG key and re-sign commits using it?