Scott Leggett
Scott Leggett
What is your compton.conf?
I've got a T430 with intel graphics. Here are the important settings from my compton.conf. Note that fullscreen video will tear if `unredir-if-possible` is set - that's why I exclude...
No, I don't. However I'm on Debian, not Arch.
Is this with the nvidia binary driver? -- Regards, Scott.
Have you tried removing all .conf lines except `backend = "glx";`?
Correct. RSA is by choice and I don't plan to implement it because there is simply no good reason to use RSA today if at all possible. Curve25519 support is...
As per https://github.com/solokeys/solo2/discussions/88 the Solo v2 firmware temporarily has the PIV applet disabled. As soon as the PIV support is re-enabled I'll take a look at this.
I think this error just means that local infile is not enabled. try adding `--local-infile` to the `mysql` client command.
Hi Just noting that I've also seen this issue, and also on a cluster with k8s API latency/availability issues. The workaround was to delete the two `certificaterequest` objects with duplicate...
``` gpg --encrypt --armor --recipient 1234567890 ... gpg: decryption failed: No secret key ``` This indicates that you don't have the secret key of `1234567890` in your `gpg` keyring. You...