Sam
Sam
TODO: - Add a user preference to disable fetching weather data when submitting a gpx file
Add possibility for an authenticated user to like a workout or a comment
Add possibility for an authenticated user to comment on a workout. The following visibility level can be set for a comment: - public (every one can see the comment, even...
Hi, This PR initializes CI with: - existing tests fix - github action to run them on supported versions of Python. (see https://github.com/komoot/staticmap/pull/31)
Only time frames can be selected (week, month, year) and the arrow buttons allow to navigate through time. It would be interesting to be able to directly select dates (on...
`datetime.utcnow()` is deprecated in python 3.12 (see [release notes](https://docs.python.org/3/whatsnew/3.12.html#deprecated)).