Kilian Evang
Kilian Evang
Thanks, I fixed the link. Yes, your explanation makes sense. I'd suggest putting a more informative error message into the code. Thanks a lot!
So that gives me the following minimal example configuration: import XMonad import XMonad.Actions.UpdateFocus main = xmonad $ defaultConfig { focusFollowsMouse = True, rootMask = rootMask def .|. pointerMotionMask, clientMask =...
I think it would look better if the header had the same width as the content. I.e., the ACL logo would move to the left and the search box to...
I wouldn't worry about the number of clicks. I tend to agree with Steve Krug: "it doesn’t matter how many times we have to click, as long as each is...
Good idea. Adding 0-argument versions has always been a rather tedious bookkeeping task when adding new shortcuts. Being able to rely on a 0-argument version that is automatically available would...
Issue still present in 24.1
So... this was fixed for Bootstrap, but not for Permutation?
Someone correct me please, but I think the original version is correct assuming that data_A is the output of the baseline and data_B is the output of the algorithm to...
Related: #25