Ashley Sommer

Results 201 comments of Ashley Sommer

I'm running into this issue too, on Manjaro-Plasma. When cue is used, SDDM does not progress the login once the button on the device is pressed. @firelizzard18 I believe you...

Good news on this topic. The implementation of FIDO2 "hmac-secret" in KeePassXC is going forward. (I am the volunteer making the implementation based on libfido2). See the aforementioned KeepassXC issue...

I just noticed the existing KeePassDX Security Key Hardware Driver https://gitlab.com/kunzisoft/android-hardware-key-driver already mentions planned support for "hmac-secret" extension (For the solo key, but I don't see why it wouldn't work...

@samsapti Thanks for pointing that out. Looks like that library doesn't yet support "hmac-secret" extension, but there is an open pull request (https://github.com/cotechde/hwsecurity/pull/5) to add support.

Ah right, yep I didn't to see the connection until now, with your comment from earlier in this thread.

@lazytownfan > recently KeePassXC https://github.com/keepassxreboot/keepassxc/pull/9631 support for the Nitrokey 3 > Does this in any way help support for SoloKeys? No, this is unrelated to the FIDO2 efforts that will...

@xloup, It looks to me like that rule only applies to Environment Variable Names, not values. I would say it makes sense to have the variable value wrapped in quotes...

I tested this on Elixir versions 1.14.5, 1.15.0, 1.15.1, and 1.16.2, it worked as intended through all three code paths.

@gaggle Yes, I had the same thought. I'll finish my current round of testing, and later today I'll attach the .zip for users to try.

Here is the build I'm currently personally using. Note, it also includes changes from https://github.com/KronicDeth/intellij-elixir/pull/3562 to fix launching IEx run configurations on Elixir 1.15+, and includes https://github.com/KronicDeth/intellij-elixir/pull/3563 to fix debugging...