Sam Cedarbaum

Results 9 issues of Sam Cedarbaum

This change adds an SVG icon for the F diamond/express route. I don't think this is quite ready to merge due to a couple of questions/concerns: - I only updated...

Allow geolocation to be skipped with an optional parameter. This is useful for cases where lat/lon can optionally be retrieved by other means (e.g., geocoding) and there is no need...

**Describe the bug** A single column `FlatList` cannot set the `columnWrapperStyle` (see: https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/vendor/react-native/FlatList/index.js#L489). When using NativeWind, the style remapper will turn this property into an empty array even when it...

The MTA publishes a supplemented GTFS file hourly with service changes (see: https://new.mta.info/developers). As more static data is exposed in the future, using this file should provide much better data...

As a consequence of updating static data daily (#109), Transiter might fetch new schedules before they're in effect. For example, the MTA updated their bus static data around 8/30/2023 but...

The field `started_at` is currently not populated/used or used in the `trip` table. There are 2 reasons this can be useful: 1. Per this [article](https://support.google.com/transitpartners/answer/6159841?hl=en), the start date of a...

This API is returning the incorrect route for the "33rd Street" line. Below is an example response from the demo site where the line name is "33rd Street" but the...

This is a followup to #20. I've done some more research recently, and intermittently the data from this API is either completely missing or incomplete. The PANYNJ's realtime schedules (https://www.panynj.gov/path/en/index.html)...

# Overview The NYC Subway's static GTFS feed does not currently contain the `wheelchair_boarding` column for any stops. However, this data does exist as part of the supplementary [MTA Subway...