Peter J. Jones

Results 79 comments of Peter J. Jones

Please test with a [default configuration](https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Config/Example.hs) file. I use `dunst` and don't have this problem.

I still want to know if this can be reproduced with the `Example.hs` configuration file.

@arximboldi Well, there you have it. I'm using the default config with tiling on the right. Thanks for taking the time to reproduce this. Now we know what to test...

From what I can tell, all of the field parsing functions in `Conversion.hs` are using the attoparsec `parseOnly` function which silently ignores unconsumed input. The `FromField` parsers should be changed...

I'm seeing something similar. When I `clear` the screen I still have a small number of lines at the top of the terminal from previous commands. Calling `vterm-clear-scrollback` followed by...

@ianpan870102 the only problem with that solution is that I don't want to delete the scrollback buffer as I use it quite often. I'd rather have a more permanent solution...

We need to fix. However, we also need a way to migrate from the old `Show` scheme. As far as GHC goes, I don't think we should officially support anything...

@f1u77y I've updated the issue title. What do you think? Also, do you have any suggestions for how to update this without breaking a restart after upgrading?

I agree. I'd rather use a stable library that provides what we need instead of a compiler feature. I don't know if anything like that exists though. Worst case, we...