Scott Berkley

Results 10 comments of Scott Berkley

Now in 2023 this has finally been completed. https://github.com/OneBusAway/onebusaway-gtfs-modules/commit/113c88d60bb4cb89ddee80e562659be1b2eccc7f Released in v1.4.9 of OneBusAway/onebusaway-gtfs-modules.

Hi russ1985, I am going to be taking charge of approving pull requests. I'll be merging in my changes in the next couple of days, which might generate a couple...

I guess I'm also a bit confused about what the purpose of this change is. The code currently allows repeated sections. Is it important for your application that they get...

No special specification is needed. Sections are assigned by the 'trap' statement. So I can define my header section as a line that starts with 'HEAD'. Now if I have...

Oh, you're right, sorry. It turns out that we added repeatable sections in my change without my realizing it. We only deal with one section, so these issues are not...

I gave your example a try and might have fixed some things that were causing it to fail. ``` Slither.define :repeat, :by_bytes => false do |d| d.header do |header| header.trap...

I'll let you test that out. I would guess it will write all headers, all data, all tails, and then all footers, so probably not what you want. If that's...

:+1: to @chengguangnan's solution. That got `deliver_later` and other ActiveJob tasks working for me. Unless/until such a fix happens automatically in the gem, that suggestion should be in the README.

Hi @leonardehrenfried. I'm Scott Berkley, a software engineer at Sound Transit. We use OBA and OBA modules and continue to work with the remaining employees at CS. We don't use...

The Puget Sound OBA instance that CS maintains for Sound Transit does still need the WSF transformer. That said, I agree that this project shouldn't have dependancies that aren't available...