Sebastian Grabowski
Sebastian Grabowski
It looks like current GTG is searching for a file named `gtg_data.xml`. The datasets in `data/test-data/` looks like they are in an older data format. This leads to GTG executing...
I looked into this once and it looks like the `fmt::Display` trait for `FixedOffset` does not return the time zone but just the Debug-Format: https://github.com/chronotope/chrono/blob/9e50bfe03460036dbd752440851d924be3730b08/src/offset/fixed.rs#L136 This is not easy so...
I've never really used it but it looks like something that uses the `pyproject.toml` standard(s) is "the cool kid" now. The one modern package manager that I know is [poetry](https://python-poetry.org/)....
Hi there! I have to decline the request to review this PR. My priorities have shifted away from GTG.
It looks like the support for Django
My current workaround for this issue: ```python # file: urls.py from django.contrib.auth.decorators import login_not_required from django.urls import include, path def decorate_urls(urls, decorator, names=None): """Apply decorator on all *urls* (optionally restricted...