Sascha

Results 4 issues of Sascha

While `include required("file.conf")` works as expected, `include required(file("file.conf"))` raises due to this line (265) in config_parser.py: ``` path = file if basedir is None else os.path.join(basedir, file) ``` If the...

Both `get_int()` and `get_float()` raise `TypeError` or `ValueError` (and possibly others) if the value is actually of another type, instead of raising `ConfigException`. Here's a simple example: ```python >>> import...

### Issue description Hey, every time I close the Vivaldi browser Qtile immediately segfaults. I'm on v0.23.0, Wayland backend, on an up-to-date Arch Linux. The problem didn't exist prior to...

status: unconfirmed
status: stale

**Describe the bug** `#fmt: skip` is ignored in the specific case demonstrated below. _Edit_: Actually, thinking about it again I realised that (to me), the actual bug is that black...

T: bug
F: fmtskip