brandon s allbery kf8nh
brandon s allbery kf8nh
### Problem Description Recompilation errors go directly to standard error instead of the log file. This means that, to find out what actually went wrong with `xmonad --recompile`, you need...
### Description Add support for cabal builds based on presence of a `cabal.project` file, analogous to our support for stack builds based on `stack.yaml`. ### Checklist - [x] I've read...
In the old bug tracker we had a request for a `shutdownHook`; this was not at the time possible, because there is no way to intercept `exitWith` or `exitSuccess` which...
(This is a placeholder.) Currently xmonad only supports the ICCCM WM handoff protocol if it was initially started with `--replace` --- that is, if it replaced another window manager. This...
[07 21:37:06] although… I am not sure it's fair to call our layout nesting a hack, unless you straight up call our layouts a hack [07 21:37:21] I mena, the...
### Problem Description In the case where a dock window is started, its window will be `doIgnore`d instead of being placed in the `StackSet`. An `insertPosition` later in the `manageHook`...
### Problem Description It is not clear from a cursory reading of the documentation when to use `lineNavigation` vs. `sideNavigation` vs. `centerNavigation`; you have to dig into the documentation for...
New-build is the default as of cabal 3.x and the v1-commands will be going away, so we should fix this. The build itself succeeds, but the subsequent install fails with...
### Problem Description I suspect either a lazy division by zero forced in `X.O.windows`, or a zero-size window. (The binary regression into the upper left corner of the screen was...
**Describe the bug** When attempting to use the new support for XDG paths, I got the following assertion fail: ``` Assertion failed CallStack (from HasCallStack): assert, called at src/Distribution/Client/ProjectPlanning.hs:246:5 in...