cgull

Results 13 comments of cgull

The core Mosh code doesn't support the escape sequences for changing base colors, so Base16 is not going to work there or in mosh-chrome. We ran into this issue before,...

Looking at this again, I want to mention that WinSock *only* supports non-blocking sockets, and it's entirely plausible that a POSIX-like implementation on Windows might occasionally leak an `EAGAIN`/`EWOULDBLOCK`. I...

I committed a change to Mosh that simply removes the use of a blocking `recvmsg()`. I didn't see much point in doing the same thing two different ways, if one...

As the author of said tests, I applaud the sentiment, but that may be...challenging. The tests are mostly end-to-end tests that inspect the client's behavior when poked and prodded with...

It's a little far-fetched, but I just reported #2038. Try invoking `pkg` to install something from an interactive shell, and type control-T at it during one of these pauses. That'll...

A quick glance at `src/install.c` shows code similar to the thing I found in #2002. The fix is likely similar, and this also appears to be affecting several other possible...

This should be fixed in 1.16, I rewrote that read/wait loop and added a regression test. https://github.com/freebsd/pkg/pull/1893 (Arguably, a package script shouldn't be restarting daemons or changing other system state...

Yes, the disconnect between FreeRDP keyboard actions and X11 shift states causes a lot of pain. FreeRDP really should be smarter about handling its interaction with X11 input. I ended...

Oh yeah, I tested this on a script reduced to only the window actions. I couldn't test it with the real thing. I'm done Amazon shopping for now, soon I...

This has come up again as mobile-shell/mosh/issues/814. `proot` could handle this by forking itself differently. The child would daemonize itself then run `proot`'s main code, and the parent would only...