Will Song
Will Song
I vaguely remember discussing this a long time ago in 2016 on the old mantis system (https://bugs.musicpd.org/view.php?id=4528 dead link now unfortunately) and it is ultimately what made me switch away...
Super late reply, but here's another attempt at explaining what I'm trying to get at: Other window managers/desktop sessions will draw window decorators around the client area. Specifically, in the...
Aha, I think I tracked down the issue. `xmonad` is the only window manager which issues a [resize](https://github.com/xmonad/xmonad/blob/3d1720c3f3a4ff132b12120928fbfb848ef0cde5/src/XMonad/Operations.hs#L275-L282) request to my application, taking off the border width and resizing it...
Here's a hack I put together to theoretically address this issue, I'm not sure if there are any other changes that need to be made. I am also able to...
I can think about what to do with `W.float`. Maybe this means creating a version of `tileWindow` that does not affect the border and applying it to `flt`. `placeHook` should...
``` touch newrelic.ini ```
i observed this on `gnome-terminal` on ubuntu, which reports itself as `xterm-256color` but was unable to reproduce the error on `iterm2` on macos. it is also not observed on an...
The incriminating function is [this](https://github.com/elm/core/blob/e4a43d9d6e912379af4a8d3cc1bbf773174b67ca/src/Elm/Kernel/String.js#L124) but it's implemented correctly for well-formed strings I believe. If we want to solve this issue, change it to ``` var _String_foldr = F3(function(func, state,...
if you'd like i can fill the current logo with light and dark-ish brown to make it more echidna like
you are the docker/github actions machine... thanks for all the work. i'll take a look into all this tomorrow.