Ivan Malison
Ivan Malison
Any reason this has not already been done? Seems like it would be pretty easy.
Solarized is one of the only themes that seems to have side effects that somehow result from an update/install. I haven't had time to investigate why this is, but this...
'rerecord' mode that essentially ignores the recorded cassette, strict validation of record modes
Is there a reason that this mode doesn't exist? Perhaps because you can simply delete the existing cassette and rerecord?
### Description Include a description for your changes, including the motivation behind them. ### Checklist - [x] I've read [CONTRIBUTING.md](https://github.com/xmonad/xmonad/blob/master/CONTRIBUTING.md) - [x] I've considered how to best test these changes...
### Description It is important for these types to be exposed to access the underlying LayoutModifier. It is not possible to interact with it without these. In particular I needed...
ManageHooks don't work well for applications that set their WM Class late in their startup process
Spotify is a classic example of this. It's pretty much impossible to control spotify's behavior using a manage hook because it doesn't set NET_WM_CLASS to its final value at startup....
As mentioned in a comment in XMonad/Prompt/Layout.hs "This prompt won't display all possible layouts, because the code to enable this was rejected from xmonad core." Does anyone know why this...
IMO, Scratchpads are in a sorry state in xmonad-contrib. For some reason, there are 3 different scratchpad implementations in the library that all use completely different code. There are also...
It seems like cassette's patcher implementation (https://github.com/uber/cassette/blob/master/cassette/patcher.py) was lifted directly from the old version of vcr.py https://github.com/kevin1024/vcrpy/blob/master/vcr/patch.py. There are actually some pretty nasty, though subtle and not often encountered bugs...