raphCode

Results 96 comments of raphCode

As far as I understand, you have a shell with, say, `NEW_ENV="hello"` set. You then attach to a pre-existing zellij session and expect zellij to apply that environment variable to...

Thanks for the detail! If I understand correctly, this is your setup: ``` ┌─────────────────────┐ │ │ ┌───────────┐ │ ┌─────┐ ┌───────┐ │ ssh │ │ │ │local├─►│ zellij│◄─┼───────┤ machine B │...

Hey, is still happening with current zellij versions? @TheAlgorythm @keeslinp @reynn

I looked into profiling and I believe `perf` could probably yield some insights where time is spent: Make a debug build, run it and set up the reproducer with the...

Since I just found a lot of issues that had the symptom of hanging/freezing and sometimes crashing afterwards, I think this issue is related as well. We fixed it with...

Hey @xnohat, did this happen to you since v0.29.0?

@happysalada does this still happen to you? @ikai104 this might be a different issue, but can you test if it is fixed by https://github.com/zellij-org/zellij/pull/1351? You can also wait for the...

We had some similar issues, but these were fixed as far as I could reproduce them: 1. connect via ssh 2. `zellij attach` 3. force disconnect ssh by `~.` escape...

The problem is very likely a hanging zellij server process which can't answer requests. This blocks new sessions or attaches since on startup they try to communicate with other zellij...

This might be a combination of two different issues, but at least the second one where the session dissappears should be fixed by #1731 in the next release.