Samuel Vaillant
Samuel Vaillant
Hello! The request layer is hidden behind the [`Requester`](https://github.com/algolia/algoliasearch-client-go/blob/2b2b5241b97cdf0d6e1751ba096c1904df19b813/algolia/transport/requester.go#L42-L44) interface. You can provide your own `Requester` implementation and most of the time this implementation relies on the `http.Client`. That's what...
Hello! Sorry for the delayed answer... I don't think the return value of `.InitIndex()` must returns an interface. It's fine to return a concrete type. You can expect the index...
Yep looks good!
I try to remove the useless dependency in my project and it works. Do you want a PR ?
Hello @jbcpollak! Indeed this on my list of things to improve. IIRC by default, the `EventSource` exposed by the browser should manage the reconnection to the endpoint in case of...
No progress on this issue at the moment. The problem seems to come from the `SearchComponent` that want to access the Redux `store`. To have access to it the components...
Indeed there is an issue with Google Maps when the container of the map has dimensions that are not rounded pixel (here is [an example](https://codesandbox.io/s/l7v695rrpz) that demonstrates the issue with...
Thanks for the answer! I'll let the issue opened until we (or Google Maps) fix the issue.
@concertcoder Unfortunately Google Map SDK is not open sourced. There is an issue tracker on Google where I've open an issue a while ago, but it was closed _Won't Fix...
@blech75 @roma98 @reinvanimschoot We are currently looking into the issue, we found where the problem came from. But for the moment we don't have a proper fix. The problem is...