Terje Larsen
Terje Larsen
I believe this issue might be the longstanding GTK issues in Emacs. I switched to lucid and haven't experienced this issue since. Which was quite frequent, prominent and disrupting to...
Currently it seems I can get this working like this: ```elisp (defun puni-kill-ring-save-line (arg) "Save a line forward while keeping expressions balanced." (interactive "P") (cl-letf (((symbol-function 'kill-region) #'kill-ring-save)) (puni-kill-line arg)))...
@sumnerevans sorry to waste your time with the previous roundtrip and unfixed suggestion. Hopefully all should be good now.
@rycee Do you think we could get this merged?
I believe the fix for #11012 might have fixed this as well? However GitHub does support shallow and it was specified shallow did not affect the outcome, so not 100%...
The issue was with cytoscape and has been fixed now: https://github.com/cytoscape/cytoscape.js/issues/3368 However, I don't think this dependency has been updated since. One workaround is to add an explicit dependency to...
I sometimes run into this issue, usually restarting WSL will fix it, sometimes I have to restart multiple times. I wonder if it is something wrong with the socket. Would...
I ran into this just now, following the instructions at: https://github.com/microsoft/wslg/wiki/Diagnosing-%22cannot-open-display%22-type-issues-with-WSLg#x11-display-socket ```sh $ ls -la /tmp/.X11-unix total 72 drwxrwxrwx 2 root root 60 Jul 17 12:18 . drwxrwxrwt 1000 root...
I have some work to fully manage terraform versions and plugins via Nix. I also have some ideas for other things that I have implemented at work but not extracted...
I just merged my code related to building a terraform derivation containing all that is needed: https://github.com/terlar/nix-terraform/blob/main/pkgs-lib/mk-terraform-derivation.nix This will provide you with a derivation (immutable) including terraform/tofu wrappers in bin...