Chris Arriola

Results 134 comments of Chris Arriola

@Rocksnake this issue is here for anyone to pick up, so feel free to take on :) I think adding UI tests is out of scope for this issue, I...

Hi @mochat97, based on the stacktrace you shared, you will need to create the full request object (specifically the `GeoApiContext` which creates a `OkHttpRequestHandler` internally) inside the coroutine scope where...

I'm not very familiar with Ktor but seems like the only solution here would be to create a custom `Dispatcher` (instead of `Dispatchers.IO`) that pulls new threads from [ThreadManager](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/ThreadManager).

> of the normal pr builds? If not could run this on pull requests and add an if to commit step. `docs` is not part of the test workflow, I...

You are correct that the objects are different and the reason you're seeing this difference is because you're using two different libraries: (1) the `google-maps-services-java` library (i.e. this library), which...

> I need to get nearby-places around some location, and then get from this result (of a list) details about each place. 1. findAutocompletePredictions() will allow you to find nearby...

The suggestion I had above is the closest replacement for nearby search, although I realize that it's not a true replacement for the functionality offered by the Places API. If...

Just to clarify, you saw the error despite having the API key, `MAPS_API_KEY`, defined in `local.properties`? I see developers reporting something similar in the past when running their code on...