- Dortmund, Germany
-
CS student at TU-Dortmund
- Joined on
2023-11-08
Block a user
Allow sound downloading (by posting the sound as voice message)
Implement tie-breaker rules
Use route defaults syntax instead of creating a separate endpoint handler
Use Flask-Caching instead of keeping values in-memory for a single template
Use Flask's "content_processor" to inject common variables into templates
Update some content asynchronously using AJAX
Fix date-locking only working with large delay
Fix date-locking only working with large delay
Was probably caused by not setting the TZ inside the docker container. Should be fixed now hopefully.
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
Implemented in 10cf690ee2
Fix date-locking only working with large delay
The delay is exactly 1h, so probably some summer/winter timezone issue?
Retrieve race data from FastF1 API
Retrieve race data from FastF1 API
If possible, add a "Fetch from OpenF1" button to the race-result page