Devin Binnie

Results 450 comments of Devin Binnie

> Code looks good, I think with the missing DSN ppl building the app without configuring Sentry are ok as well, but would like to confirm with you as I...

I think it's related to this: `[23266:1114/110047.337820:ERROR:components/viz/service/main/viz_main_impl.cc:189] Exiting GPU process due to errors during initialization` I had this on my local Ubuntu test instance but I was under the impression...

@jnsgruk It's an Electron issue: https://github.com/electron/electron/issues/48321 It appears to affects users of VMs (like myself) running without a real GPU. The current workaround is to disable GPU acceleration, which normally...

Seeing as this is an issue in both VSCode and Chromium, it's likely going to need a fix from Electron. We'll monitor and update Electron once this is fixed upstream.

@lczyk Is this fixed for you in v6? Looks like it's fixed for one user (on newer Ubuntu however): https://github.com/microsoft/vscode/issues/260732#issuecomment-3481379749

+1 to this. Our application makes use of many WebContentsViews to display different menu overlays, which means we have a lot of processes running. We could reduce down to 1...

@lindy65 Looks like the tests and linter checks are failing @danielsuh05 Can you have a look at those for us and get them passing? Thanks!