Ivan Malison

Results 116 issues of Ivan Malison

Any reason this has not already been done? Seems like it would be pretty easy.

enhancement
build

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...

Is there a reason that this mode doesn't exist? Perhaps because you can simply delete the existing cassette and rerecord?

enhancement
core

### 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...

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....

help wanted
good first issue

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...

enhancement
help wanted
WONTFIX
needs: documentation

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...

needs: community feedback
refactor

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...