Lauri Gustafsson

Results 17 comments of Lauri Gustafsson

I have the same problem on my Arch setup. ykfde hook just asks for cryptsetup passphrase My luks has a passphrase in slot 0 and ykfde-enroll challenge-response in slot 1....

If it helps I'm also using Secure Boot but since it's all running from a signed initramfs there shouldn't be a problem For now, my workaround to have "2FA" is...

> [YKFDE_CHALLENGE_PASSWORD_NEEDED="1"](https://github.com/agherzan/yubikey-full-disk-encryption/blob/master/src/hooks/ykfde) Oh I am so sorry, I mistook that to be a default when left uncommented. Thank you for helping me out, now it works!

This problem is also happening for me on all Sildur's shaderpacks. For a few seconds the framerate is like expected, 120 or so, and then drops to the low 40s...

I would also prefer to have this support an easy oneliner which applies command to all wildcard matches. I might look into submitting a pr.

It's also not dependent on adaptive_sync nor the refresh rate. I tested with all monitors adaptive_sync disabled and refresh rate set to default 60 Hz, not mismatched 240, 165, and...

This also reproduces on my laptop with a completely different set of displays https://gist.github.com/gustafla/d9d379176f24bd9a94ae4f9f8c9dff8b

Thanks for figuring that out! This might be relatively simple to fix with all this narrowing down you've done.

One potential issue with this idea is that if the application code decides to mutate the `Vec` in between calls, the client/tracker relationship goes out of sync. This could be...

One more thing I wish to change: let's invert the low level / simple API hierarchy: - What is currently in `simple` would no longer be feature-gated, becomes just `rust_rocket::Rocket`....