Some users of Fedora 35 reported that an app I developed doesn't work anymore after upgrading from Fedora 43. After some investigation it seems related to the upgrade to Python 3.10. I was able to ...
Using Injector to bind a concrete class to an abstract interface, and then getting an instance of that interface causes a mypy error: class MyABC(ABC): pass class ...