Rune Juhl Jacobsen
Rune Juhl Jacobsen
@luisaraujoxx I noticed that when it was broken it seemed to work when I committed changes but broke again when saving changes. Not sure if you see the save, but...
Thanks a bunch @sam-masaki -- setting the font for the `fixed-pitch` face to `Iosevka` (same as my regular font) fixed my issues. 🎉 For anyone not well versed in emacs...
I just noticed that my blueprint was ancient -- it seems to be from `6bf93e59a7ae35801be166ee985d97eb05bb0626` or before. Somehow I had got the idea that blueprints were automatically updated. I'll try...
Saw this issue yesterday and just tried updating to latest zigbee2mqtt and everything seems to be in order now. Thanks!
FYI, the following works for me ``` machine HOST password PASSWORD port PORT ``` Replace the uppercase words in the above with your own values. Using customize you may also...
I've noticed this too; hitting `ESC ESC ESC` seems to work and make the posframe close.
FYI I had some apparently similar issues. I made a hacky workaround by changing the network interfaces to start disconnected when provisioning, and connecting them after the VM was created....
Looks like it's a known issue, here are some issues in the https://github.com/hashicorp/go-version/ tracker that look like they're related. Unfortunately one of them is almost 5 years old. + https://github.com/hashicorp/go-version/issues/92...
There's probably a reason for the way the code is written, but wouldn't this be fine as a rewrite of `cycle-themes-get-next-valid-theme`? ```emacs-lisp (defun cycle-themes-get-next-valid-theme () (nth (mod (1+ (cl-position (first...
Does the solution in https://github.com/toroidal-code/cycle-themes.el/issues/5#issuecomment-923699436 help this?