Darren Burns

Results 113 comments of Darren Burns

@willmcgugan would appreciate a review here when you get a chance.

@willmcgugan Should we close this?

Good catch, totally forgot about this! It should be possible, but I'll take a closer look next week.

Hi @nickpresta, I took a brief look into this a while back and found it to be trickier than I'd hoped, so I haven't made any progress on it. Any...

I looked into this a while back and I think the only way to properly handle it was to use a SIGPIPE signal handler - catching the BrokenPipeError wasn't enough....

Thanks! 😄 Yes, I'll be refactoring (probably quite extensively) to enable support for things like this after I've finalised the output format and handled some edge cases and missing output.

It doesn't seem to be the case anymore @willmcgugan. Running `textual run docs/examples/widgets/button.py --dev` and hovering over the buttons - nothing happens.

Yeah, closing

> I suspect the fix may be to run the websocket client in a thread so that it can run independently of the async loop. The better fix is to...

I wonder if the terminal is interpreting the spinner bytes in some encoding other than utf-8. I haven't been able to reproduce it on Windows Terminal (albeit not on WSL).