You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gtfs-rt-inspector uses gtfs-rt-bindings, which in turn uses protocol-buffers. Unfortunately, it parses missing optional numeric fields as 0 instead of null (or undefined), so we can't distinguish a missingdelay value from a delay of 0.
We should either fix this in protocol-buffers, or consider using gtfs-realtime-bindings.
The text was updated successfully, but these errors were encountered:
gtfs-rt-inspector
usesgtfs-rt-bindings
, which in turn usesprotocol-buffers
. Unfortunately, it parses missing optional numeric fields as0
instead ofnull
(orundefined
), so we can't distinguish a missingdelay
value from adelay
of0
.We should either fix this in
protocol-buffers
, or consider usinggtfs-realtime-bindings
.The text was updated successfully, but these errors were encountered: