Szymon Datko
Szymon Datko
Out of curiosity, is there no chance for the upstream i3 project to adopt the gaps patch into official mainline? I am not aware of the project history here, but...
> Been this fixd? Not yet: https://github.com/corkami/pics/blob/master/binary/JPG.png I marked the bad values with blue lines here:  Indeed it should be DC AC DC AC
TL;DR ``` skipsdist = True usedevelop = True ``` tox 3 -> **installs** the editable package tox 4 -> does **not** install anything but deps ``` skipsdist = False usedevelop...
> Huh, surprised this works. If you set `skipsdist` that's a global disable of packaging features. You're expected to set `package=skip` or `skip_install = true` for your linter packages... that's...