Dennis Gosnell

Results 200 comments of Dennis Gosnell

There's been a small update about this. @dakotaclemenceplaza figured out that there was a bug in Termonad where the background colors of the terminal weren't getting their alpha set correctly....

@n4074 Thanks for looking into this. To be honest, I don't use opacity, so I'm happy to go with whatever solution you think is best :-)

Thanks for reporting this. This has been around for a long time now, but I haven't looked into actually figuring it out. If someone wants to figure it out and...

@felipebalbi Thanks for the update. For now, you can feel free to use an older version of `gi-vte`. I try to make Termonad compilable with the latest LTS version (although...

I think this has been fixed in gi-vte in haskell-gi/haskell-gi#297. Also, Termonad now compiles successfully with the latest version of gi-vte. So I think all that is left now is...

@burumaj Thanks for thinking about this! > To start of with I really like the idea for this feature. I recently came across Termonad and like using it. This should...

Do you know of a terminal emulator on Linux that has this same functionality? I'd like to play around with it to get a feel for how it works. Of...

There is also a long-standing issue about the way Termonad makes the `Terminal` scrollable: https://github.com/cdepillabout/termonad/issues/114. The refactoring required to fix this issue (#205) might be a good chance to fix...

@gelisam Oh nice, Paned looks like it might work well. @Minda1975 thanks for the pointers!

> Any particular reason why assertInvariantTMState is returning a list of errors instead of using a Validation monad, or even just Writer or ExceptT? No good reason. Feel free to...