David Gamez
David Gamez
I found the same issue and applied the following workaround that fixed it: https://stackoverflow.com/a/75093164
@isabelle-dr that's correct. After a quick look at the dataset, the agency_url is invalid. This cascaded in the Multi-file validators not triggered. I fixed it locally and I was able...
> Hey all, I mentioned in the last GTFS Validators contributors meeting that I was thinking about reducing memory usage in the validator. I've got some thoughts (including some ideas...
I tested in OS and Linux, and I was able to pull the docker image with the right architecture locally. Used: ``` docker run --rm ghcr.io/mobilitydata/gtfs-validator:latest-test-multiplat --help docker inspect ghcr.io/mobilitydata/gtfs-validator:latest-test-multiplat...
Timebox: 3 days
@dependabot rebase
Hi @brodyFlannigan, thanks for your contribution. PR #1772 addresses this issue. There is also a great discussion (google/transit#455) regarding clarifying the rule in the spec. We plan to have this...
Tasks: - [ ] Automate the clean-up docker images since the last release - [ ] Run _script_ to clean up _old_ not release related images
This seems to be related to the lack of sorting on the [rules.html page](https://github.com/MobilityData/gtfs-validator/blob/b01aff17594cd6e884c9fd5c76763c8ce462d1da/web/client/src/routes/rules.html/%2Bpage.svelte#L10) after a `group by` operation.
I agree with the options. I think that number 3 is straightforward with no surprises in its implementation.