Florian Amsallem
Florian Amsallem
## Description Implementation of the `GET` `/v2/timetable/ID/conflicts?infra=N` endpoint. ## AC - Uses the existing core endpoint - Returns a `404` if the infra is not found - The response should...
## Description Implementation of the `POST` `/v2/train_schedule/project_path?infra=N&ids[]=X&ids[]=Y`. The response should contain all the information needed to display the time-space chart. - Time-Space points - Blocks with their colors (using the...
The follow-up to this PR https://github.com/tbrand/cargo-tomlfmt/pull/22. **What is done:** - Update `clap` dependencies and add the `derive` feature. - Adapt the `Clap::app` into a client using derivative features. - Slight...
See cargo clippy --all-targets
## Description The idea is to bulk-get the cached projection to limit the number of queries performed to Redis. ## Benchmark Condition: - I performed the test when everything was...
### What happened? Importing Spain infra from OSM generates a very large file `~3Go`. This is because it contains too much routes objects. | OBJECTS | FRANCE | GERMANY |...
closes #14263 The idea of this PR is to merge train schedules and paced trains together. - The application should work the same - All train schedules are migrated to...
### What happened?  As shown above, horizontal lines can sometimes not be rendered. > [!NOTE] > In "linear" mode all lines are hidden. ### What did you expect to...