Aram Drevekenin

Results 543 comments of Aram Drevekenin
trafficstars

Hey @SecretPocketCat - I tried your reproduction and for me it seems to work as expected (again, the example is a bit involved - if I understand the expected behavior...

Thanks for suggesting this feature. A few things: 1. This is possible with plugins using the new [pipe interface](https://zellij.dev/documentation/plugin-pipes). The flow would be "pipe to a plugin from the CLI...

Hey, thanks for doing this. I'd rather test these things before releasing them... Can we hold this off until after the next patch version (which should hopefully happen in the...

Right, version is out. So - maybe @tlinford or @jaeheonji can help with testing this on mac when they have the time? Also - which dependencies did we end up...

Hum... so - both of these dependency updates are breaking changes. That's okay, but I'd like for us to do some thorough manual testing in everything they touch. For daemonize...

Addendum: thinking about it, if all the keys in the default config work (plus some eccentricities such as the new `Ctrl j` and other things here: https://github.com/zellij-org/zellij/blob/main/zellij-utils/src/input/mod.rs#L77-L87 it should be...

Looks great! About binding: we also need to test all the keys after binding them - this is where termwiz does its thing for us. So I guess basically: go...

This error can happen when the Zellij cache folder was deleted or somehow corrupted before switching to the session. We don't have a lot of control over this. If you...

About 1 - @tlinford: do you think the recent STDIN changes might have affected this? I can reproduce this on arch

Hey, thanks for the heads up! For me this works ![img-2023-12-28-174331](https://github.com/zellij-org/zellij/assets/795598/611356c1-9c2d-4c0c-992d-95317357c132) What I did: 1. Started a new Zellij session 2. Cloned your repository: https://github.com/lannonbr/zellij-http-plugin-example 3. Did `cargo build` 4....