Jeremy Jao

Results 95 comments of Jeremy Jao

```yaml uses: golangci/golangci-lint-action@v3 with: version: v1.29 working-directory: some_dir ``` FYI, setting `working-directory` doesn't seem to work for me on the latest version of the action specified in the README.md.. ```...

Google Places API is a nice start to find a repo of points of interests that are searchable. This may however cost money if it is used a lot.

~~Seems we could use the Port Authority trip planner... let's see if they will open it~~

The implications of this is that we will need to find a workable search space to connect two points to each other via bus routes. I believe the fastest and...

Constraints here: 1. [API to get updated static data easily](http://transitfeeds.com/p/port-authority-of-allegheny-county/274) 2. [Exploration of GTFS data directly in app -- ~~out of the question~~?](http://stackoverflow.com/questions/15605394/use-of-compressed-gtfs-data-in-android-app).... However I found an article that discusses...

On the note of GTFS directly on our app.... Seems we will have to process GTFS on a server, make it small enough for use, then send it to the...

Yes, this is a possibility. The only problem with AWS is that it's only free for a year. This is why I'm trying to find ways to get this GTFS...

I just pushed a branch gtfs-prototype that takes in a zipped gtfs file (~6MB) and creates a stop to routes mapping. The process on my computer took 3.5 seconds and...

Agreed this is an issue. Will make it to 8.0. What version of Android are you using? I believe the data saver API is brand new in Android (API 24).

Well... Not yet refreshing. I haven't looked into this yet. :(