David Blackman

Results 46 comments of David Blackman

openjdk version "17.0.6" 2023-01-17 LTS OpenJDK Runtime Environment Corretto-17.0.6.10.1 (build 17.0.6+10-LTS) OpenJDK 64-Bit Server VM Corretto-17.0.6.10.1 (build 17.0.6+10-LTS, mixed mode, sharing)

I was looking into using gtfs-lib to do gtfs feed validation, since I think it's what OTP uses internally, and I was surprised how many feeds give me this calendar...

It looks like this project hasn't been touched in a while - but is it possible to get a version bump on pip that fixes the keyword args?

I'm really confused by this - it's in the official docs that this should work, no? https://supabase.com/docs/guides/getting-started/tutorials/with-nextjs ``` ```

That's super helpful, thanks Peter! I might submit some PRs to READMEs and docs to get the ball rolling from here. re: https://github.com/pelias/parser/tree/master/test - that doesn't really give me an...

hmmm, weird, why is it modifying the housenumbers at all. Let me look/think again, but I'm also fine with dropping the multi-words for now in the short term

on dev, results in nyc: https://pelias.github.io/compare/#/v1/search?sources=oa%2Cosm&focus.point.lat=40.74&focus.point.lon=-74&text=h%26m but when I switch it to "h and m" I lose all those results - this change should theoretically fix this? https://pelias.github.io/compare/#/v1/search?sources=oa%2Cosm&focus.point.lat=40.74&focus.point.lon=-74&text=h+and+m

follow-up: try adding regex pattern for ampersand at end to fix query autocomplete normalization