Eddy Ionescu

Results 12 issues of Eddy Ionescu

Description: - Dockerize Restbus so that it can easily be individually deployed. - Rationales: 1. While Restbus can easily be used from an existing Node app, if one wants to...

**Describe the bug** One use-case of GH is to create isochrones to show how far one can get, in this case, how far one can get walking from a bus...

new feature

The slider and hue components are not accessible. **Current Behaviour** Slider and Hue components cannot be focused or used via the keyboard (to reproduce, navigate through the components here using...

This commit addresses issue https://github.com/casesandberg/react-color/issues/847 by making the hue and slider swatch components focusable and controllable using arrow keys. It does this by setting `tabIndex` to zero and adding `onKeyDown`...

Write a script that, given a date and agency, downloads the appropriate GTFS from TransitFeeds and uploads it to S3. It doesn't download anything from TransitFeeds if the GTFS is...

Good First Issue
Backend

Makes progress on adding TTC. Improves error messages for adding future agencies. ## Proposed changes - Replacing the default TRYNAPI_URL is required for running compute_new.py locally; however the error thrown...

- required when updating the files for the static build in S3

Tracking progress of adding/deploying ttc.opentransit.city, will use my personal cloud accounts so it'll be a chance to see how easy/hard it is for someone to deploy their own OpenTransit!

Backend

Archive versions of GTFS files in S3 as to not have to rely on TransitFeeds each time we might want to re-make the route-configs. gtfs_path will turn from a local...

Good First Issue
Backend

Currently we only store the latest version of route-configs, but have versioning for timetables. save_routes.py runs daily and updates these using the recentmost GTFS that is available. Using TransitFeeds (https://transitfeeds.com/api/swagger/)...

Good First Issue
Backend