Results 18 comments of Kurt Raschke

Here's a particularly odd case, from the same GTFS: | trip_id | arrival_time | departure_time | stop_id | stop_sequence | stop_headsign | pickup_type | drop_off_type | shape_dist_traveled | | ---...

Did you experience 100% CPU usage from the hypervisor process while this was happening? I suspect this may be a duplicate of #1288, and possibly #1136 as well - there...

I've just hit what I believe is the same issue: 1600% CPU usage (i.e. every core pegged) with `tailscale serve` on; resetting the `tailscale serve` configuration and restarting `tailscaled` returned...

As to the relevance of objects returned by the references mechanism, I believe it makes more sense if you look at it through the lens of graph traversal. In this...

Yes, I'm using [onebusaway-gtfs-realtime-api](https://github.com/OneBusAway/onebusaway-gtfs-realtime-api) for the extensions; I've opened onebusaway/onebusaway-gtfs-realtime-api#16 to bump the upstream dependency.

Any thoughts on transform strategies that live outside the `onebusaway-gtfs-modules` tree? Right now I'm just including `onebusaway-gtfs-transformer-cli` as a dependency and building a shaded JAR whose main class is `org.onebusaway.gtfs_transformer.GtfsTransformerMain`,...

This is partly addressed by #196.

A few of the details here do not seem to add up—the actual error reported by the validator is `java.lang.NullPointerException - Cannot invoke "java.io.InputStream.read()" because "this.in" is null`, and this...