Geneviève Bastien
Geneviève Bastien
https://github.com/chairemobilite/transition/commit/657976c2b9e1d3a828514125a28d4c89e4fc989f introduced logging of routing queries, adding the origin/destination coordinates of the query. Those logging functions use a local string to format the data. If we decide to keep those...
On one instance, we got this exception: ``` TrError: Cannot update services for scenarios in table tr_transit_scenario_services database (knex error: error: insert into "tr_transit_scenario_services" ("scenario_id", "service_id") values ($1, $2), ($3,...
In an ideal world, the data read by trRouting would be perfect, but the world being what it is, it sometimes happen that the data is corrupted. trRouting correctly detects...
* Add a db query that copies in one query per table all schedules for given line, service, path mappings. This will in time allow to copy all the schedules...
@kaligrafy La conversion au function component ne fonctionne pas correctement. Voir le dernier commit de la chaîne qui montre ce qui doit être fait pour faire fonctionner correctement le fitBounds....
We do not run them as they require a test database setup. The json2capnp sequential tests also require a running json2capnp instance with the right parameters. But we recently added...
comment in PR #1366 By the way, Moment is now only in maintenance mode. From: https://momentjs.com/docs/#/-project-status/ > We now generally consider Moment to be a legacy project in maintenance mode....
This issue is valid for transit object imports (agencies, lines, etc) and GTFS and maybe also for the batch csv files. The error is properly caught by the client and...
For example, I have 4889 existing nodes, many of which are far away from the nodes to import, but it still takes minutes to import the GTFS file. It used...