Austin Jones

Results 55 comments of Austin Jones

Unfortunately, I have to bump this to 0.5.0. I ran into some issues with the Tokio executor - UnixStream requires a thread-local runtime.

Hi @casonadams, Thanks for the bug report! Which version of tab are you running? `tab -V`. I fixed several rendering corruption bugs in v0.5.1, and I have one fix relating...

Oh, I see! Thanks for the gif :) I'll see what I can do here.

That would be awesome! I'll try to find a good first issue for ya :)

Yeah - that's what I was thinking. If I know I typed 'npm run serve' or 'vi README.md' somewhere, help me find that tab. The challenge is collecting the command...

Sorry for the slow reply - yeah this looks like a bug. I'll take a look at it. Thanks for the report!

Hmm, or for stdout packets, it could just print the packet index. Maybe one location (in the daemon's pty service) could print the contents with trace level.

Yeah, I agree. I've been thinking about some algorithms that would trim down the scrollback buffer. But a few things I have tried in the past weren't fast enough. What...

Thanks for the report! I think there is a bug here when `$ exit` is run within a session. One thing that is a factor here: a few of those...

There are some significant blockers to this. The blocking IO runs into lifetime issues with tokio spawn_blocking, because blocking tasks need to be spawned in a loop. I'm not sure...