Peter J. Jones
Peter J. Jones
@f1u77y I suppose that depends if we want to introduce TH has a dependency. I'm not convinced that's the right way to go.
TemplateHaskell introduces portability issues. I may be wrong so please correct me, but I don't think TH works on ARM architectures and it completely breaks cross compiling. It seems to...
At this point I don't think the fix for this is code. We should document how one might do this in a FAQ. Personally, I have a `selectLayoutByName` function that...
I suggest we improve the documentation for `XMonad/Local/Layout.hs`, remove the quip about code being rejected from core, and show how to actually write a useful prompt.
If there is a workable solution that can go into `xmonad-contrib` then I would welcome a PR.
@IvanMalison That seems fair. Looking forward to your PR.
@IvanMalison Sure, sounds great. Thanks.
@bmjoan I'm trying to reproduce this. I've seen this issue personally in the past but it's been awhile. Which version of XMonad are you using? There were changes made to...
Just an FYI, I've decided to move forward with the 0.13 release without a fix for this bug. This issue is important and I'm moving it to the next release...
Honestly, I like the idea of deprecating `LayoutBuilder` since everything it does can be done with `Combo` and `Combo` is a much cleaner implementation. I'm going to leave this issue...