Antoine D

Results 23 issues of Antoine D

It's not easy to initialize a `Parameter` if all fields are not public and I think it makes sens to be able to change the style.

Here's the issue to start the discussion about schema of our zones "hierarchy". The aim of this issue is to fill the concerned section in the README here are my...

I'm not sure it's in the workflow, but for the moment if there are lot of user in a organization it can lead to a strange display: ![image](https://user-images.githubusercontent.com/3987698/56372669-ba337500-61ff-11e9-8589-f0007627d2e3.png) I'm not...

enhancement

fix 2 small format errors in the file: * add missing "relation" tag for buenos aires * overrides shouldn't be nested in admin_level, but should be at the top level

Hi, When using gtfs2netexfr we have some errors like `"identifier 8593027 already exists"` (as the last log of a netex generation). To help the diagnostic, it would be helpful to...

The `Collection`and `Idx` are really great to have lots of statically checked stuff. The transit model has a lot of links between the objects, and for the moment all those...

For the moment invalid gtfs [remove the dataset](https://github.com/etalab/transpo-rt/blob/master/src/server.rs#L19-L22) from the API at startup. If the GTFS becomes invalid while reloading, the [old one is kept](https://github.com/etalab/transpo-rt/blob/master/src/actors/update_actors.rs#L30) (and a sentry error is...

we need to check that the siri-lite's response are usable. It's tough to find siri-lite users, we might need to look at [irys](http://www.normes-donnees-tc.org/category/irys/) for this

For the moment we only handle delays when reading the gtfs-rt TripUpdate, we should also handle the [cancelled stop times](https://developers.google.com/transit/gtfs-realtime/reference/#enum-schedulerelationship) and cancelled trips

I think we should move the siri model into a rust-transit crate, since it might be useful by others