Brendan Nee

Results 124 comments of Brendan Nee

Only static data at the moment - but that is a good suggestion.

Great suggestion. Try out the latest release and let me know if this does what you had in mind: https://github.com/BlinkTagInc/node-gtfs/releases/tag/4.15.13

The GTFS working group updated their list of requirements, and one of the more recently updated requirements is that GTFS files must be in the root level directory: "All dataset...

Let me know how you end up solving this or if you have other ideas on how node-gtfs could be improved. Are you setting up a system to automatically fetch...

Thanks for reporting this issue and sharing your config. I updated how the i18n library is being used and this should be resolved in the latest release: https://github.com/BlinkTagInc/transit-departures-widget/releases/tag/2.5.3 Let me...

Can you add ```"type": "module"``` to the package.json file? https://stackoverflow.com/a/69089164/363155 Check out this small test project I made that just importing gtfs-to-html: https://github.com/BlinkTagInc/gtfs-to-html-test I think the key is using "type":...

Did that work? On Wed, Jul 17, 2024 at 17:08 Walter Jenkins ***@***.***> wrote: > Type module has been added to the project 😬 > > — > Reply to...

Ah - in your tsconfig.json try changing `"module": "CommonJS"` to `"module": "nodenext"` and see if that works.

Thanks for pointing out that attribution_id is optional. I'll update the schema and publish and updated version soon.

I just published https://github.com/BlinkTagInc/node-gtfs/releases/tag/4.13.0 which makes attribution_id optional - let me know if this works for you or if there are any other issues.