Luca M. Schmidt
Luca M. Schmidt
This should: - close #399 - close #398 - close #373 I fixed the inheritance problem in `observer.py` and the missing argument in `specification.py`. This pr also includes typehints for...
Inside the `patterns/behavior/specification.py` file, the class `CompositeSpecification` has a missing attribute in the function `not_specification` named `candidate`
Hey, I'm currently working on expanding the type hints and noticed a mistake. In `patterns/behavioral/observer.py`, the classes `HexViewer` and `DecimalViewer` are supposed to innherit the `Observer`-class, but dont. Should I...
Hey, I'm creating multiple ePubs at once and thought about using async rust for file I/O but realized that this crate doesn't support async read and write. Would it even...
**Is your feature request related to a problem? Please describe.** A problem I encountered was changing the locale in SvelteKit and only the component the change happnes in updating its...