Matthew Wigginton Bhagat-Conway
Matthew Wigginton Bhagat-Conway
Yeah I actually have no idea if it would help at all.
This comment is the result of a long discussion between @abyrd and myself. We realized that this is in fact a problem; consider the case where there is a route...
One more thing about this: in the InactiveTripsFilter we check if a particular trip overlaps the time window of interest. On the code that does the checking in TripSchedule.java, there...
I think there's a way to do this that's pretty non-destructive and doesn't break the route pattern mapping. For every trip we follow all the trips that it interlines to,...
No, I don't think the service ID scoping has anything to do with this conversation. If I'm reading that comment right, I think serviceId scoping refers to the problem that...
And furthermore, we need to differentiate between no transfer allowance states after a, say, express bus to subway ride, and a a no transfer allowance after a bus -> bus...
I think you could do a random walk over the bitset and just loop over at the ends. So say you'd jump forward a random amount between 0 and the...
I can work on this later this month. I don't have permission to add assignees but feel free to assign me.
My initial thought was to continue to install from the git repo, and set up a GitHub action to automatically push a tagged image to DockerHub only on tagged releases....
On further consideration, I think the approach described by @dhersz makes sense - that way everything is built from the canonical source on CRAN. We probably can't build the image...