Matt Hutton
Matt Hutton
For some terminal themes, the outcome is more extreme, e.g. as a new user trying out one of the examples locally, I got the false impression that nushell didn't work...
I'm using this in my lazygit config file as a workaround, which makes `ctrl-f` show the selected commit in a subprocess, then press `ENTER` to exit back to lazygit. ```...
Same with macOS Ventura lastest (13.6.3) with lasted zellij (0.39.2). `zellij --layout compact` always works, `zellij --layout strider` always exits within about 200ms with `Received empty message from server`. `zellij...
Appears to be fixed in the newly released 0.40.0 on my Sonoma system. Was failing with Zellij 0.39.2, but now works fine.
I had the same issue with the defaults, and it seems to be related to the `truecolor = True` setting not working well in Terminal.app, which doesn't seem to support...
Perhaps btop should be able to toggle this automatically based on the `COLORTERM` env variable? I.e. to use truecolor only when `COLORTERM` is set to `truecolor`? That approach is used...
Thanks, in that case I think it'd make sense to roll back the second of those commits, as the intention of that second commit was as an optional performance improvement...
I can take a look in about two weeks. Expecting to just roll back that second speed up commit. Ie leaving in the origin fix but losing the reuse of...
@AlexanderWillner @mikez Rather than backing out the connection-reuse change, I've raised a PR to close the connection during GC: #132 This addresses the ResourceWarning lint introduced in Python 3.13 which...
Closing as fixed, as the associated PR is merged: #132