Emanuele Torre
Emanuele Torre
The windows CIs are failing because `1072` and `1073` are still returning 25 on windows; they return 65 on linux. :/
I think the problem may have something to do with `--anyauth` always printing a warning when the upload file is stdin; it should rather only warn if the file is...
The only conflict seems to be that the test number that I was using has been used for something else. The patch was working for UNIX-like systems; as far as...
I probably won't have time to work on this for a while, so I will just close this PR for now since it is not mergable, and maybe re-open it...
I bisected the problem; it was introduced with 24da5065e1fefcf276f60412e90491b578778fde that replaced all calls to `parser.error(message)` with calls to `parser.exit(EXIT_CODE_ARGPARSE_ERROR, message)`. Before the change, those argparse errors were displayed as: ```...
NOTE: I found this "bug" when I was working on this script: https://github.com/baskerville/bspwm/issues/1128#issuecomment-671566198. ```shell # "Drag to floating" tiled windows or move floating windows. ctrl + button3 bspdragtofloat ctrl +...
@hubisan @im-n1 @bricewge what are you guys talking about? that is **NOT** what #181 implements. Today, a guy in the #bspwm IRC channel on libera.chat found your comments and believed...
> I don't use `-m` and I still lose my "us" defined `sxhkd` bindings when I switch layout to, arabic, for example. Perhaps this isn't the case for close languages...
> > That has nothing to do with keycodes. > > I didn't say that it does. > In this setup, when I switch to arabic layout: > > *...
RE @seerlite > But I agree, it should be possible to make a hotkey out of only modifiers. That isn't really something that makes sense to say; a modifier is...