Julien Torrielli

Results 14 comments of Julien Torrielli

I would like to know as well when it will be upgraded to support a more recent version. I need at least the 4.1.1 version as Google said : https://support.google.com/faqs/answer/6325474

You just have to open the Windows Task Manager, find the Slack process, and right click on it to open file location. The path is something like C:\Program Files\WindowsApps\91750D7E.Slack_3.4.3.0_x64__8she8kybcnzg4\

Is the React component still maintained ? No update on this issue since 3 years...

Is anyone having a working setup with Playwright ? I can't find how to resolve the `Unexpected token '.'` error.

I will try to make an example but it may be because I'm using CommonJS for Playwright and not ESM ? https://github.com/microsoft/playwright/issues/28719 Migrating to ESM is not easy for me,...

Yes, without `require.extensions`, tests fail immediately. With the configuration, tests fail but I see this log `Running 1 test using 1 worker`. So I guess this is better and goes...

I don't know what you mean by applying the patch inside the worker. I reproduced the problem here: https://codesandbox.io/p/sandbox/mui-x-8-9-1-playwright-spq84m You need to execute: - yarn install - yarn playwright install-deps...

By default Yarn will not use it's last version and it's PnP mode when converting an existing repo from NPM to Yarn. Step 3 is to use Yarn 3.x instead...

Thanks, for anyone who don't want to set this param, another workaround I found is to set this in `yarnrc.yaml` to declare the missing dependencies: ```yaml packageExtensions: [email protected]: dependencies: react-is:...