Morgane Dubus

Results 16 issues of Morgane Dubus

Using the `isSearchStalled` props received from `connectStateResults` with a slow internet connection causes the page to re-render endlessly 🥲 ![Capture d’écran 2021-04-20 à 14 33 33](https://user-images.githubusercontent.com/30866152/115397230-2a59a480-a1e6-11eb-861b-91715d7a5e98.png) You can try it...

bug

Currently, the playground's `README` looks like this: https://github.com/meilisearch/meilisearch-rails/blob/main/playground/README.md We do have [a section](https://github.com/meilisearch/meilisearch-rails/blob/main/CONTRIBUTING.md#playground-) in the `CONTRIBUTING` to help us install it, but it is not sufficient enough to understand how...

documentation

As much as possible, we should try to style directly the InstantSearch's component, intead of using the `connect` functions. Example : ```js const Highlight = connectHighlight( ({ highlight, attribute, hit,...

refacto

For the moment, in tests.yml I have hard-coded the version of MeiliSearch, on which to launch the tests. ``` services: meilisearch: image: getmeili/meilisearch:v0.24.0rc2 env: MEILI_MASTER_KEY: 'masterKey' MEILI_NO_ANALYTICS: 'true' ports: -...

maintenance

There are !important in CSS. This is a bad practice and it would be nice to remove them. If so, we have to be careful that it might be breaking....

good first issue

**Description** The `Embedder` type is currently defined like this: ``` export type Embedder = | OpenAiEmbedder | HuggingFaceEmbedder | UserProvidedEmbedder ``` I should accept `null` too since this is a...

enhancement
good first issue

On the Cloud, the experimental features have been enhanced with a description + their title have evolved a bit. We may want to update the image here accordingly: https://www.meilisearch.com/docs/learn/experimental/vector_search#activate-vector-search **Before:**...

fix/improvement

**Description** This project is currently working with Node 16, but not with Node 18 **Expected behavior** Use at least Node 18 since Node 16 is not supported anymore (https://nodejs.org/en/blog/announcements/nodejs16-eol) **Screenshots...

good first issue
maintenance

See [https://nextjs.org/blog/next-13](https://nextjs.org/blog/next-13)

maintenance

**Describe the bug** Trying to add an embedder with a wrong URL, I got an internal error on v1.8 rc-1 and rc-2 (but not rc-0) **To Reproduce** Steps to reproduce...

bug
experimental feature