Finite State Machine
Finite State Machine
### Description Third-party app switchers for macOS (e.g., Contexts[^1], AltTab[^2]) always show the Firefox icon rather than the correct icon for the PWA (the site's favicon, shown correctly in the...
### Bug description Analyzing the following code with pylint, using the given rcfile, results in an unexpected `missing-param-doc` error: ```python '''module docstring ''' from __future__ import annotations from typing import...
### Summary When overriding `__new__()` in a `BaseException` subclass, a call of form `super().__new__(cls, arg0, [arg1, [arg2, ...]]])` causes type checkers to complain about unused positional argument(s), even though the...
When running, e.g., ``` eza -l --sort=modified path_to_file_1 path_to_file_2 ... ``` ... eza doesn't sort the files by modification time. I infer it's producing a separate listing for each argument,...