Chris
Results
2
issues of
Chris
## Describe the bug ## I was attempting to write a Win7 installation .iso to a USB drive. For safety I usually specify disk devices as `/dev/disk/by-id/...` instead of `/dev/sd[abcd]`...
bug
I have a number of concrete classes which all derive from the same abstract base class. Creating a list of instances using `__subclasses__()` in a list comprehension, mypy complains that...
bug