Matthew Wigginton Bhagat-Conway

Results 203 issues of Matthew Wigginton Bhagat-Conway

We don't currently support interlining. There are two problems we need to resolve to be able to properly support interlining. The first is that no one really has any idea...

Currently we clear behindGates within the loop over patterns, but this fails to clear the transfer allowance after an on-street transfer that happens at the end of a trip -...

Currently, the NYCTransferAllowance has a `leftSubwayPaidArea` field that is set to true when the subway has been ridden and then left, so that subway->subway transfers via the street won't kick...

Both the Boston and Bogotá InRoutingFareCalculators call `transferAllowance.tightenExpiration`, which returns a regular transfer allowance, not a Boston/Bogotá transfer allowance, meaning that any Boston or Bogotá-specific logic implemented in `atLeastAsGoodForAllFutureRedemptions` is...

Right now a local bus -> subway -> street transfer to other subway station route can kick out one without the street transfer, because we don't have a separate type...

I'm seeing roughly the same stack trace that was reported in #48, but only when I use `FSTConfiguration.createUnsafeBinaryConfiguration()`: `Exception in thread "main" java.io.IOException: java.lang.RuntimeException: class not found CLASSNAME: loader:sun.misc.Launcher$AppClassLoader@14dad5dc` (full...

bug
minor

In the trips dataset, it would be useful to know how the user unlocked the dockless vehicle (e.g. smartphone, keypad, keycard, etc). Here in Phoenix, one of the dockless systems...

enhancement
Provider

There's now a Dockerfile in the r5r repo. It might be useful to set up a GH Actions workflow that would build a docker image and push it to dockerhub...

In #247 it is observed that custom rowtables don't have a working fallback for `Tables.columnnames`. However, it appears that this is true for base `rowtable`s as well: ```julia julia> using...

It is now possible to have a journey that has multiple patterns, like so by specifying a patterns array in journey segments, like so: ``` patterns: [ { from_stop_index: 10,...