Clément Vannicatte

Results 85 comments of Clément Vannicatte

> It doesn't seem to work as expected on dark mode: > See [story](https://deploy-preview-3045--react-instantsearch.netlify.app/storybook/?path=/story/poweredby--with-dark-theme). @francoischalifour @Haroenv It seems like the issue is related to storybook not picking the changes locally....

Hi, It indeed doesn't seem like it is possible to access to dom via query selectors with the `shadow-root` tag open. I don't know much about shadowDOM but it might...

Hey @jackmcdade, sorry but I don't really know Laravel, so I have a few noob questions. - Would it be possible that there's a limitation between those two environments that...

So you are able to use localStorage from something else than DocSearch right? [Our usage](https://github.com/algolia/docsearch/blob/next/packages/docsearch-react/src/stored-searches.ts) is really basic, but it's also possible that it comes from [that check we do](https://github.com/algolia/docsearch/blob/next/packages/docsearch-react/src/stored-searches.ts#L17-L24)....

Thanks for reporting! Indeed we shouldn't nest anchors or buttons. I wonder what a good alternative of the current display could be, I see absolute buttons being one but not...

Hey, could you please provide more context? What are the errors/differences? The scraper uses the Algolia Python client so I don't think the issue is related to this repo

Hey @elucidsoft, @Markeli, looking at the past commit, I can only see one change that could cause that: we upgraded the scraper to the latest major version of our Python...

Hey there > I found out that crawler doesn't create a record with a type: lvl0 @dg We decided not to create records for the `lvl0` only as it creates...

Hm I see, will make sure to increase the priority here.

> Is it possible to also invoke the search overlay with a simple link in my body texts, without automatically creating the whole searchbox html at that position? Sure, you...