sheldonabrown

Results 81 comments of sheldonabrown

I've seen this on a newer laptop whereas the build server can't reproduce it. I wonder if the TIMEOUT just needs to be adaptive to the class of hardware.

To continue the anecdote, my older work laptop does not reproduce it either -- that's why I didn't report it, I thought it was a configuration issue with one specific...

@sirott do you have a pull request to fix this? I'd be happy to review it if so...

Looking at the code, it looks like (for performance reasons?) we only look for service alerts related to that stop, we don't consider querying for the route: https://github.com/camsys/onebusaway-application-modules/blob/unified/onebusaway-transit-data-federation/src/main/java/org/onebusaway/transit_data_federation/impl/beans/StopWithArrivalsAndDeparturesBeanServiceImpl.java#L80 This could...

Confirmed. Some work we introduced with agency metadata is conflicting with the agency namespace. On Sat, Dec 5, 2015 at 11:08 PM, Joel Verhagen [email protected] wrote: > The agency >...

Everything else seems ok -- this issue is specific to a single API. On Sun, Dec 6, 2015 at 6:47 AM, Sheldon A. Brown [email protected] wrote: > Confirmed. Some work...

I did quite a bit of research into this, and there is nothing that precludes the AgencyAndId from containing a slash. Upon introspection, the value is happily stored as "1_Forge...

To be honest, I'm not sure. As '/' is not illegal, its more to do with how I can convince struts to pass along the character. I would suspect that...

I was testing against an updated version of SIRI -- the one currently deployed for Boston is quite old now. The updated version worked with: /api/siri/stop-monitoring.json?key=&OperatorRef=1&MonitoringRef=Forge Park / 495 Though...

Yes, personally I like this option much better. Otherwise figuring out the proper struts config might take far too long.