Wez Furlong

Results 893 comments of Wez Furlong

re: tidying up, if it proves to be too difficult to fixup the code in a commit without dealing with 20+ merge conflicts, you could just comment in the commit...

We intentionally do not provide a drop-in replacement for the `sendmail` command. Injection of mail from the local system can be achieved using other tools that speak SMTP (we like...

I found a much simpler alternative to that wrapper in https://stackoverflow.com/a/43146560/149111 Building out a full-fledged drop-in replacement for the `sendmail` executable isn't on our roadmap at this time. We could...

FWIW, my two cents on this after implementing the kitty image protocol: I think it would be great if the GIP had a robust way for an application to avoid...

My read of the kitty protocol (which honestly wasn't super deep--shocking!) is that an application can keep using `I` and not look at the returned `i` and have the potential...

The thing is that the spec allows for `I` (without the returned `i`) to be used to reference an earlier transmitted image, or at least, that's how I read it.

> then i would like to believe apps can assume they're the only thing on-screen, and multiplexers -- responsible for breaking that abstraction -- could include functionality to transparently broker...

hey @sunshowers! portable-pty doesn't currently implement async directly because Windows conpty is documented as only supporting synchronous I/O: https://learn.microsoft.com/en-us/windows/console/createpseudoconsole > An open handle to a stream of data that represents...