Erik Hollensbe
Erik Hollensbe
Also, just a note that `saturn` does not exhibit this behavior, notifications work properly, etc.
This looks great. I do have some performance concerns about doing this in go and at the connection level, but I'm not sure I'm ready to say anything without looking...
FWIW I tried to build a package and had to uncomment some stuff and it still didn't work so welp, but the source builds.
I realize that I trampled right over the literal thing I wanted to make this patch, so I added a helper for PUT too that works exactly like POST, corrected...
I looked into this preparing to make this patch, and it appears that https://github.com/bootc-dev/bootc/blob/main/utils/src/iterators.rs#L17 is the culprit and happens in a few spots. Perhaps a `-v` option to pass a...
hey, thanks! I'll try the first suggestion out (I'd rather just keep the layout, the programs are really not what I'm after usually; vim is kinda nice that way) and...
so, it appears that my session layouts (panes, windows etc) also get lost when `session_serialization` is false. Is there any in between where I can say "don't launch programs, but...
so, after some tinkering, I found a reasonable compromise: ``` post_command_discovery_hook "echo \"$SHELL -l\"" ``` This isn't honestly super great; it doesn't drop to the shell instantly, and quitting it...
well, I don't really do that, I'm aware of the feature. Additionally, the biggest problem with command serialization I have is that it doesn't back out to a shell --...
some additional context here which probably explains why I think this is so important: I ssh into a machine and use it with zellij a lot, and that machine runs...