drlkf

Results 12 comments of drlkf

Not a contributor, but if I may suggest trying: ```emacs-lisp (advice-add 'spacemacs-buffer/goto-buffer :after (lambda (&rest args) (let ((buffer (get-buffer "*scratch*"))) (when buffer (kill-buffer buffer))))) ```

commenting in addition to thumbsup for visibility, i think this is an essential feature for a static analyzer, especially with the recent inclusion of STAN in HLS

i'm encountering a similar issue when calling `wl-copy` from a Haskell subprocess, one thing that i noticed is that if any other program writes to the clipboard, the process resumes...

I am experiencing the same error on debian 11 with this package version: ``` weechat-matrix: Installed: 0.3.0-3.1 Candidate: 0.3.0-3.1 Version table: *** 0.3.0-3.1 600 -1 http://httpredir.debian.org/debian testing/main amd64 Packages 100...

Indeed, that's done it. Thanks !

Any chance we could get some attention to this?

Both should be fixed now

Same issue here, the interface will start lagging the entire system on loading some elements. I suspect an Xorg related issue since sound does not seem to be affected, it...

> Same issue here, the interface will start lagging the entire system on loading some elements. I suspect an Xorg related issue since sound does not seem to be affected,...

Thanks for the heads-up. Should I avoid using this library in the future then?