Kurt Raschke
Kurt Raschke
https://github.com/OneBusAway/onebusaway-application-modules/blob/master/onebusaway-api-core/src/main/java/org/onebusaway/api/model/transit/BeanFactoryV2.java#L712 Ordinarily the way this would work is that there would be a call to `addToReferences()` in the relevant method in `BeanFactoryV2`. `addToReferences()` expects an OBA model object (i.e. `Route`,...
OBA appears to build and run fine on Java 8; at some point we should bump the Java source version to 1.8 in the parent POM (onebusaway/onebusaway#8).
I did a clean build of `onebusaway-application-modules`, so the unit tests ran; I've also run the quickstart under Java 8 without any issues that weren't also reproducible under Java 7.
FYI, `protobuf-maven-plugin` can also build bindings for C++, C#, JavaScript, and Python, although I'm not sure how useful it is to have bindings for those languages end up in a...
Before `TripUpdate.delay` existed, there was [a field](https://github.com/OneBusAway/onebusaway-gtfs-realtime-api/blob/38e50b4cc35027eb41b09836c75f9a917e400918/src/main/resources/com/google/transit/realtime/gtfs-realtime-OneBusAway.proto#L49) in the OBA GTFS-realtime extension for TripUpdate-level delay. The intention was (as far as I'm aware) to make it more straightforward to produce...
I'll admit to having never done a preseeded Debian installation before, so this may be completely off-base, but wouldn't `tailscale` need to be invoked with `in-target` (same as the `apt-get`...
Clarifying from the thread linked above, this is not a bug, but intended behavior for `trips-for-route`; the returned trips which are not on the requested route are linked by block...
If I'm following the logic of the patch correctly, this results in two `VehicleLocationRecord` instances being pushed to the `VehicleLocationListener` with the same vehicle ID (and block ID); the implementation...
The recently-released [`TripUpdate` feed for Big Blue Bus](http://gtfs.bigbluebus.com/tripupdates.bin) also triggers this issue - for each vehicle, it includes the vehicle's current trip as well as a prediction for the first...
@barbeau I concur with your analysis; also, it appears that the concerns I raised in my [previous comment](https://github.com/OneBusAway/onebusaway-application-modules/issues/128#issuecomment-88316835) are not applicable to `develop` either. So, it looks like this is...