Artyom Sovetnikov

Results 87 comments of Artyom Sovetnikov

> TIP: For now, this works as a temporary fix in `package.json`: > > ``` > "resolutions": { > "open": "7.4.2" > }, > ``` This workaround didn't work with...

> the curtain looked much better That's subjective. I like the new style more. Additionally, curtain was causing UX issues, where it blocked raycast for visible elements, such as links...

Just to make sure it's a vitepress bug, here's similar repro with pure vite where it's working fine ("HELLO" is printed in both dev and build): https://stackblitz.com/edit/vitejs-vite-siefzd?file=vite.config.js ![746ce6921d7c949bfc9670d87a51a7d3](https://github.com/vuejs/vitepress/assets/2056864/fed7062c-d1a3-4b53-bb42-218b4f919757)

Anything we can inject script, styles, etc into would do.

Just in case anyone is looking for a simple workaround until this is fixed: ```csproj net8.0 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json; ```

In case anyone struggling with this error shown in webpack overlay, you can mute it like this: ```js // webpack.config.js devServer: { client: { overlay: { runtimeErrors: e => e.message...

Probably can be fixed by narrowing interface here: https://github.com/elringus/UnityGoogleDriveAndroid/blob/master/library/src/main/java/com/elringus/unitygoogledriveandroid/AuthorizationActivity.java#L16-L18

I've purged all the java stuff from my machine long time ago; if anyone is able to edit the interface and validate it's working on android, please send a PR....

I've looked into the new interop a bit and found an issue which I believe is blocking the migration: the new interop uses source generators, while our solution also generates...