Erkki Seppälä

Results 28 comments of Erkki Seppälä

Emacs has builtin gpg-support. I wonder if it would "just work" if ellama supported saving with extension `.gpg`? I recall there was a gitlab package for Emacs that used that...

This is almost the perfect solution! The only downside I see after a short experimentation is that the OSD bar still reflects linearly the cubic scale, not the dB scale....

This works for in that scenario, however the output of this code: #!/usr/bin/env python3 import os import pty (master, slave) = pty.openpty() print("master: {}".format(os.ttyname(master))) print("slave: {}".format(os.ttyname(slave))) is master: /dev/ptmx slave:...

I am facing the same issue when adding an OctoPrint/Klipper connectivity to OrcaSlicer. I did a bit debugging by compiling it with debug info enabled and I got this backtrace...

How could this be? Surely e.g. `sshd` does authentication via pam for whichever user that is logging in.

Oops, I had revised the logs too much, it didn't show the `stop.php` invocation. Edited the original message.

I did notice that the extraneous sharing inverval is larger than configured sharing interval, so perhaps it's not a thread but a location callback that hasn't been unregistered that causes...

I've also seen this behavior with BOOX Note Max. I don't know if the app crashes or if it just renders a black screen. While it most often happens when...