atymic

Results 273 comments of atymic

I've just double checked by running the test suite and it seems to be working correctly. Can you share the code you are using to get the result, and the...

Hmm. I've double checked that the code is querying correctly without any filters and I still get no results. Could this be due to https://www.algolia.com/doc/api-reference/api-parameters/aroundLatLngViaIP/?

@tanthammar I'm guessing it's related to that. Can you try direct with that param disabled? In regards to the first error, could you please add `dd(json_last_error())` after the geocode call?...

@tanthammar Were you able to do the above?

@tanthammar Were you able to do the above?

I guess this would have to be a `5.x.x` feature due to the BC break. Maybe worth revisiting if/when works begins on it?

@Nyholm I'm not sure that would work in this context. The issue is the chain provider only runs until we get a valid result (which it returns), so we'd never...

> We should not throw exception if we get a result. They should only be thrown if no result was found. I agree. I can add a `ChainExceptionCollection` in the...

Is there a reason why it's done on each individual repo rather than when merging here (on the main one)?

I had a look at this issue, and it seems to be working correctly. The value of `$url` that is fetched is ``` https://maps.googleapis.com/maps/api/geocode/json?latlng=48.863151,2.388911&language=fr-FR&key=AIzaSyBQIXT2Vp5pQpGuOJWBuH68sIc7ZeBbSQ8 ``` Which correctly contains the `language`...