John Axel Eriksson
John Axel Eriksson
@codygman @dieggsy I think I've found the source of the issue. And it's not the eshell-setup part of evil-collection. This "solves" the problem for me: ```elisp (use-package evil-collection :ensure t...
I assume you're talking about the compilation process. Since I sometimes use the option of printing the compiled Lua on stdout, how do you suggest that should work if it...
@Guard13007 That seems unnecessarily complicated. There's no law here that says a program must print only errors on stderr. @LudwikJaniuk What problem would this solve or does this improve some...
@Guard13007 Well, there are many examples out there of other uses. Ffmpeg for example prints all diagnostics on stderr. What problem would a change like this solve? I'm not against...
Ok. Odd, I just seem to remember it not doing this when over swaybg / swaybar just a month ago or something. Perhaps it's always been a thing as you...
Also, the error above doesn't seem to affect usage as far as I've been able to determine anyway. But it sure doesn't look good. I'm testing this on MacOS Catalina,...
So, clearly something is calling the mktemp that comes with MacOS. Could even be somewhere in nixpkgs. By doing this: ``` nix profile install nixpkgs#mktemp ``` I no longer have...
@imsnif While the session-manager is nice I don't think it's very surprising that a lot of people have their own workflows, in some cases ported over from tmux. I assume...
For reference, these other issues are related in some way: https://github.com/zellij-org/zellij/issues/3081 https://github.com/zellij-org/zellij/issues/2090
@imsnif Fair enough. In fact, I've already started on a plugin in Rust. I guess I'll have to get with the program 😉.