Sergei Lebedev
Sergei Lebedev
This is likely because your `TERM` is `xterm*` instead of `vt220` or `linux`. Which `TERM` variable are you using?
Thanks for the contribution! Could you point me to documentation for these escape sequences?
As @milahu points out, this should be doable without any changes to `pyte`. The coupling between `Stream` and `Screen` is tight in a sense that the names of event handlers...
Would you accept a PR renaming/deprecating some of these?
I agree with your general point. The motivation for creating this issue comes from the fact that the YARN UI does not list containers used by the application, neither while...
A more radical option is to revive the topic of a Kotlin rewrite (see #41). Kotlin is well-known for its minimal footprint, and should allow to drop Guava completely. I...
Ouch, that's unfortunate indeed. In that case, Kotlin is irrelevant.
Thank you for a quick reply! I like the idea of having an extra option and I'm fine with it applying in the case where there is a single meta...
Thanks, @aindlq, I'll give that a try! On a slightly unrelated note: the fact that edges are replaced by meta edges seems to somehow break the qtip plugin. I.e. the...
> If later is the case, you need to make sure that you initialize qtip on these new meta edges as well. This was indeed the case. Thank you!