Kainoa Kanter

Results 543 comments of Kainoa Kanter

Here's the result with the `exact=1` version: https://github.com/russelltg/wl-screenrec/assets/44733677/4906d1c5-8c73-492e-b0b5-961b633e0f14 And here's what my whole screen looks like: ![image](https://github.com/russelltg/wl-screenrec/assets/44733677/ebdc60d5-f284-48fa-bb11-2acc0a68d3fc)

I guess? I'm not sure how I'd be using it day-to-day where I just use "$(slurp)" for -g

Since it does do this with `wl-screenrec -g "$(slurp)" --encode-resolution "1000x1000" --low-power=off` and selecting a non-square region: https://github.com/russelltg/wl-screenrec/assets/44733677/f83bbea0-797c-481a-bbc5-2b7fecdc154a

I can try again in a bit. Would you recommend I build mesa from source? I'm just using the version in the Arch repos. But also, exact=0 works totally as...

That'd work, but I think a less.... "verbose" flag would be good. Flashbacks to sway+Nvidia lol

Can repro. Installed from AUR.

It is. ``` Loaded: loaded (/usr/lib/systemd/system/avahi-daemon.service; enabled; preset: disabled) Active: active (running) since Thu 2023-12-21 15:22:49 PST; 22h ago TriggeredBy: ● avahi-daemon.socket Main PID: 763 (avahi-daemon) Status: "avahi-daemon 0.8 starting...

2FA/TOTP with a YubiKey isn't the same as using Webauthn with a Yubikey.

Modern browsers provide a built in API https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API

As for the backend, webauthn data is commonly sent as a JSON Web Token (JTW), and most modern backend web frameworks have a single-line solution to verify JWTs. https://jwt.io/libraries