Milas Bowman
Milas Bowman
Absolutely no problem / worries on the delay (that's what forks are for 😉) I will try to find some time to make those changes. RE: Postgis for ARM64, hopefully...
Several months later -- check out https://github.com/jamespfennell/transiter/pull/155/commits/3df01aba8e5e31396c0d1e868ab3edecebfd7a07 at your leisure: * Build stages use files from `verify-codegen`, i.e. after having generated the files from scratch and then successfully compared them...
> On versioning, I think we've been a bit lazy about releasing new versions. In general the expectation is that the version of Transiter on main works Good to know!...
OK, I added some hacky debugging code. updateTransfers() import ( "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/testing/protocmp" ) trans := make(map[string][]gtfs.Transfer) for _, transfer := range transfers { id := fmt.Sprintf("%s_to_%s", strings.ReplaceAll(transfer.From.Id, "_", "__"), strings.ReplaceAll(transfer.To.Id,...
OK, I updated `Transfer` parsing in `github.com/jamespfennell/gtfs` to grab route + trip as well. I then modified the ID assignment code: * If trip exists -> `{from_stop}::{from_trip}_to_{to_stop}::{to_trip}` * If route...
FYI I am now hosting an instance @ https://transiter.mbta.wtf ! [It's using the changes I mentioned above to ignore the "trip" transfers.] (It's behind a CDN w/ hard-coded 10 sec...
> Actually, this works on 5.0.3 but #2932 broke it. Yes, the default policy was changed with 6.x for security, see the "Upgrade Notes" in the [changelog](https://docker-py.readthedocs.io/en/stable/change-log.html): ``` Native Python...
The error is not coming from Compose, but from your service container, i.e. the ADOT collector process. Since you're using a volume/bind mount for the config, it's possible that the...
I think I might have a slightly better idea of what happened - the posts in the list being shown were old, but the posts showing in details were new....
FYI I believe the `JWTAuth` might be broken as well, but I am not using that so was not confident in making a fix there.