Jonas Seydel
Jonas Seydel
My Output ``` (1, 6, 0, 'final', 0) ```
Theres an error ``` Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 11, in from django.core.handlers import base File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 12, in from django.db...
This is a complex topic. My current implementation plan (mostly written down here for myself, but maybe someone can suggest another approach): * `tsstats.log._parse_details` should return a `ChangeSet` of actions...
Yeah, sqlite is an option. My parsing rewrite is (nearly) finished, I just have to fix some tests: [`parsing_refactor`](https://github.com/Thor77/TeamspeakStats/tree/parsing_refactor) [`Event`](https://github.com/Thor77/TeamspeakStats/blob/ab471b3c6756aad7a50e004f0c39aa9538333078/tsstats/events.py#L3-L5)-objects should be easy to safe in a sqlite-database.
Looks good ``` ❯ docker run --entrypoint='' ghcr.io/zalando/spilo-16:3.3-p2 /usr/lib/postgresql/14/bin/postgres --version postgres (PostgreSQL) 14.13 (Ubuntu 14.13-1.pgdg22.04+1) ```
Yeah, I already found that option in an issue, but i don't really like the view (vhost + request in one column) of that and think splitting it up would...
@skjdghsdjgsdj I'll add a user setting so it can be toggled with the current behavior as default. Would you be fine with that?
Just as an addition, an app that display the last feeding time since feeding end: https://apps.apple.com/de/app/still-app-mein-baby/id1439575933
I updated the PR to add a user setting allowing to toggle this. This adds quite a lot of complexity, please let me know if there's a better / simpler...