Jonathan Daugherty

Results 356 comments of Jonathan Daugherty

Related: https://github.com/judah/terminfo/issues/47

@AndreiUlmeyda since I am having difficulty reproducing the behavior, would you be willing to try out this `vty` patch and see if the problem goes away in your situation? This...

Sorry I have taken a while to respond to this! When this was first opened, my first thought was "Yeah, this isn't great and it would be nice if it...

If you're willing to try it out, I pushed a patch to the `misc/windows-build-failure` branch.

@simonmichael also tagging you in case you're interested/willing to try this out.

As I look at the snippet you provided above, I wonder if this will work as intended if you only ever open `/dev/tty` once. The way that code is written,...

@danchoi I wanted to check in on this again and see if you have had any time to try out my suggestion above.

Thanks! I'm doing some investigation. You can check out my minimal demo program here: https://github.com/jtdaugherty/brick-suspend-issue/blob/main/Main2.hs I think that the program shows that it isn't a Brick or Vty problem (although...

There's now this related GHC ticket: https://gitlab.haskell.org/ghc/ghc/-/issues/21503