Ivan Hrabčák
Ivan Hrabčák
This caused me a lot of problems when first setting up (it just didn't work), until I've upgraded pip before installing packages that depend on jsonschema. (jsonschema needs newer pip...
Fixes #71 I've added a new class: ```python3 @dataclass class EduTextGrade: grade_id: int comment: Optional[str] grade_type: int date: datetime subject_id: int subject_name: Optional[str] ``` And 2 new methods: ```python3 from...
Closes #723 Loads the proxy settings from the `HTTPS_PROXY` environment variable.
### Describe the bug When using `npm run start-keycloak` behind a corporate proxy, I cannot download keycloak, as the `start-server.js` script doesn't respect system proxy settings. ### Version N/A ###...
Hopefully fixes #97. Currently there is support for "statistics" (how many late/excused/unexcused/absent lessons?) and arrivals (the time of arrival and departure from school). ## Example usage Here is a short...