Sylvain Utard

Results 17 issues of Sylvain Utard

Reading both the code of our [createBrowserXhrRequester](https://github.com/algolia/algoliasearch-client-javascript/blob/e6dec843932bdfaac13ffa1e0a11964975499078/packages/requester-browser-xhr/src/createBrowserXhrRequester.ts#L26) and [createNodeHttpRequester](https://github.com/algolia/algoliasearch-client-javascript/blob/3818322a57768798d41b1737603c67a90ce2e4a5/packages/requester-node-http/src/createNodeHttpRequester.ts#L74) I think the way we implemented the "Connection timeout" is really wrong. This timeout should trigger when it took more than...

bug

It happens quite often that Firebase users reports connectivity issues to Algolia. Errors like: - `NetworkError: connect ETIMEDOUT` - `{"name":"RetryError","message":"Unreachable hosts - your application id may be incorrect. If the...

enhancement

## 🐛 Bug description The Range Slider display some max/min values that are overlapping with each others. ## 🔍 Bug reproduction **Live reproduction:** Go to https://codesandbox.io/s/algolia-instantsearch-ecommerce-price-slider-kzh3m?file=/src/app.js ## 🖥 Screenshots ![image](https://user-images.githubusercontent.com/29529/92721135-e22bf700-f365-11ea-875d-a6d453e0bf30.png)

https://developer.github.com/v3/issues/#list-issues https://developer.github.com/v3/search/#search-code

enhancement

In order to quickly jump to a specific directory of a project.

enhancement

Triggering the auto-completion menu display on `focus` feeding it with: - last commits ? - last projects ? - popular projects ? Interesting idea, thank you @nazar-pc :)

enhancement

Typing the name of the organization followed by "TAB" could restrict the search to the specific organization. Something like ![screen shot 2015-01-20 at 16 42 57](https://cloud.githubusercontent.com/assets/29529/5820175/6b09dba6-a0c3-11e4-8daa-70efd6da005c.png) Thank you @Kikobeats

enhancement

Because "reindex" uses a temporary index and then override the production one, we're losing the synonyms because we don't push them again. TODO: - [ ] leverage the upcoming copy...