Kangaxx-0

Results 64 comments of Kangaxx-0

Is this a transient issue ? I did some changes regards to CWD, it is not released yet.

Its tough to work on the e2e test....everything was passed on my local, but got failed in CI

hmm...I've spent a lot of time, but still could not figure out why my local worked, and CI is still failing...

I am not familiar with `smart-splits.nvim` plugin, but if the requirement is only to add a new `action` that returns the current active pane id, I can spend some time...

I've got an active pr to implement swap tab - https://github.com/zellij-org/zellij/pull/2242, it already does a check if pane is at an edge, I can include that in my pr as...

I've published a pr for this, want to have some feedbacks before I continue

QQs: - what does `is-in-session` API do?, what is expected to return ? - `current_pane_at_edge(direction)` -> if I call this with `right`, then the expected result is either `true` or...

> `is_in_session` just returns a Boolean indicating if you’re in a session for the mux. > > `current_pane_at_edge('right')` should return true if the current page is at the right edge,...

I've added the support to know if a pane is on the edge by giving direction. For `is_in_session`, I don't think it is really necessary since it is always the...

> Hey, good job on this! I left some comments on the code. Also, if you could please merge from main? I merged latest `main`