Pratham

Results 55 comments of Pratham

Hey @dtretyakov , thanks a lot for your work on this PR. I noticed some strange behaviour when receiving payloads greater than 1024 bytes and it seems to be a...

Hey @aviramha, I'd like to play around with this. Could the issue be assigned to me if @infiniteregrets isn't working on it at the moment?

@infiniteregrets Do you have any more instructions for reproducing the issue? Following parts of https://github.com/metalbear-co/mirrord/blob/main/CONTRIBUTING.md, running `./target/debug/mirrord exec --target pod/ sh` exhibits expected behaviour of Ctrl + C (it is...

@infiniteregrets The `hostname` output remains the same (I have statically built coreutils from busybox so probably that's why), `bash` is dynamically linked though ```sh testuser@shed mirrord $ ldd /bin/bash linux-vdso.so.1...

Any reason why the newline heuristic isn't present in the lua code? Seems to have been lost here: https://github.com/martanne/vis/commit/ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1#diff-595cd93b1fe22931265b68f19589779899c072939becb33f17847ecdc52aebecR262

I came up with something like this: ```diff diff --git a/lua/vis-std.lua b/lua/vis-std.lua index 1ccef0d..78deccd 100644 --- a/lua/vis-std.lua +++ b/lua/vis-std.lua @@ -64,7 +64,6 @@ vis.events.subscribe(vis.events.WIN_HIGHLIGHT, function(win) local lexer = vis.lexers.load(win.syntax, nil,...

Gonna take a shot at it, stumbled upon some useful leads wrt topics and their interaction with the TG api

Hmm, turned out to be a bit more involved than I first thought. The API stuff with topics shouldn't be a huge issue, but integrating the logic of mapping topics...

I did think of that aswell as it would save a ton of hassle but the UX didn't feel right, like an empty room with just N threads. Probably better...

> What is the reason for the `_show_message` change? > > I think it has worse UX than using `vis:message`. The new split window has to be forcefully closed using...