Skyler Ferris

Results 18 comments of Skyler Ferris

Hello, I see that this issue has the "help wanted" tag and there hasn't been much activity on it. I would like to volunteer to resolve this issue. My understanding...

I looked at this a little bit more, and there's a problem. SecureDrop encourages sources to set TOR to the safest level, which disables scripts. I tried some CSS changes,...

I updated the commit to address the two issues described in "Future Work" from the initial post. # Testing I looked at the test suite more closely. It looks like...

Added one more commit to use retry logic when activating displays, otherwise there is undesirable behavior when switching between ttys on a system running multiple instances of kmscon. I assume...

Sorry, I'm not sure. I prepared this change with no background knowledge, so I would have to do some research to understand how the refresh rates are handled. =)

From inside a zellij session, this can be reproduced by running the following in the terminal (assuming bash): ```bash for i in $(seq 1 10); do zellij action rename-tab test...

My best guess is that, at the most specific level, the problem is with `update_active_tab_name` being called from multiple threads: https://github.com/zellij-org/zellij/blob/226f5dc854e26ddfa4dd087f6e4cb99b0230da74/zellij-server/src/screen.rs#L1735 The only place it is called is later in...

Also, when running the command from https://github.com/zellij-org/zellij/issues/4199#issuecomment-2909938895 some of the iterations will print that there is no active session - probably an unrelated issue.