Brendan Nee

Results 124 comments of Brendan Nee

Also, try the gtfs-to-chart version 2.0.6 which was just released - this solves some issues with unzipping files in node.js v18 https://github.com/BlinkTagInc/gtfs-to-chart/releases/tag/2.0.6

Thanks for mentioning this issue and the example dataset. The new version 2.6.5 https://github.com/BlinkTagInc/gtfs-to-html/releases/tag/2.6.5 should handle notes for trips by adding a new column to timetables which have any trip...

Great ideas. In the GTFS you shared, is there a timetable page which is multi-route that I could use for testing?

Thanks for the example GTFS. Check out the https://github.com/BlinkTagInc/gtfs-to-html/releases/tag/2.6.6 version I just pushed and let me know if it handles all of the items you outlined.

Try the version 1.0.1 that I just released and see if that solves the issue.

Thanks for trying this. The sqlite3 library in use relies on an older version of node-pre-gyp which hasn't added support for node 16 yet. I'll release a new version once...

Good catch. I found 3 strings missing and moved them to the template: https://github.com/BlinkTagInc/transit-arrivals-widget/blob/master/views/widget/content/content_pl.pug#L15 "Search by stop name or id" "all" https://github.com/BlinkTagInc/transit-arrivals-widget/blob/master/views/widget/content/content_pl.pug#L48 "min" (abbreviation of "minutes")

* I solved the issue you found with console warnings due to routes not having colors set * I moved all translations into `locales` files within the `locales` folder. https://github.com/BlinkTagInc/transit-arrivals-widget/tree/master/locales...

Thanks for sharing the link to the implementation. I'll try it at various times to see if I notice the same issue with it not showing times on first load....

If you leave the config sqlitePath empty, an in memory database will be used. This will be deleted as soon as the process is complete. Would that solve the problem...