Daniel Herszenhut
Daniel Herszenhut
Hi @alenastern, thanks for opening the issue. Some clarification on the GTFS side of things: R5 uses its own GTFS-handling libraries and we've found it to be quite "picky" with...
Jar size as well.
`path` argument could be used to list files inside router directory.
Hi @mattwigway. I know you volunteered to work on this issue but I thought that playing around with the Dockerfile would be a nice way to get more knowledgeable about...
Hi @mattwigway. I also liked your idea of setting up an Action to build an image on every tag release. It looks like an elegant way of creating tagged images...
Suggestion incorporated to Dockerfile in . I'll still have a look at tag release GitHub Actions to make sure the image remains updated to `{r5r}` most recent versions. For it...
The test below works with all functions but with `pareto_frontier()`. The main difference between this function and the others is that `pareto_frontier()` has to consider fares in consideration, thus uses...
This is what the routes.txt looks like: ``` route_id,agency_id,route_short_name,route_long_name,route_desc,route_type,route_url,route_color,route_text_color T2,EPTC,T2,TRANSVERSAL 2,,3,,CFD600,0 A141,EPTC,A141,ALIMENTADORA RESTINGA / LOMBA / 5UNIDADE,,3,,FF0000,0 176,EPTC,176,SERRARIA (RODOVIARIA),,3,,FF0000,0 R10,EPTC,R10,RAPIDA RESTINGA NOVA / CAVALHADA,,3,,FF0000,0 ``` Changing route_text_color from 0 to...
Thanks for the quick answer @barbeau. Actually, I think it's not exactly a duplicate, although it touches similar topics. I see 3 different things that might be considered problems with...
Quoting my reply on #1194, although I don't really know Java, I think a possible implementation of this proposal would be to wrap logging messages in a `if (!quiet) {...