Sylvain Utard
Sylvain Utard
Yeah it might be something else, I cannot reproduce the issue with the vanilla app. I'll try to create an open-source vanilla app reproducing the issue.
@eileencodes Let me know what you think about this reproduction case: https://github.com/redox/perf_regression_sprockets#readme As you said, it's probably not the same issue so I would be happy to create another issue....
@eileencodes So from what I understand, what I see has nothing to deal with `sprocket-rails` but rather with the way `path_to_stylesheet` resolves the `logical_path` (so I assume rather a regression...
> So from your app it looks like you're saying it happens when there are a ton of required files? Can you open a new issue and cc me? Thanks...
I’m trying to find help from the team, keeping this issue updated.
> @redox When you use search-insights, did you get the type suggestion? If yes, do you think it is not enough and we'd better update the function signature? It's more...
> I just want to confirm with you that there are many occurrences and references to `appId` in [the docs](https://www.algolia.com/doc/?q=appid). Right, I think we should ultimately unify everything and rename...
> In InstantSearch we actually used appId back when it was an option: https://github.com/algolia/react-instantsearch/blob/af4b642476f3b3d0b98e0f1afa3d7346fc450893/stories/InstantSearch.stories.js#L11 and https://github.com/algolia/instantsearch.js/blob/v2/src/lib/InstantSearch.js#L40 > > We have since moved to the option searchClient alone, which indeed has...
> What do you think? Not a specific snippet, to me it's more because we speak about "application" and "YourApplicationID" everywhere (in our docs & dashboard) and never speak about...
Surprisingly, I cannot make it work, even with `--privileged` (that I would like to avoid using btw) 🤔 ``` ~/d/r/b/local ❯❯❯ docker run -it --privileged --platform linux/amd64 --rm andalouse/lightpanda-browser:nightly-amd64 bash...