Devin Binnie

Results 450 comments of Devin Binnie

@Jasper557 Can you try the latest nightly? If it's working there, I might be able to cherry-pick it into the next dot release.

So the popout is actually done for a specific reason, as many of our integration plugins (ie. GitHub, JIRA, GitHub) require an external sign-in, and we make sure that's done...

> I don't expect users to repeatedly select "Deny" temporarily and get frustrated, especially when the permanent option is available. @devinbinnie your thoughts? Exactly this. The "Deny" option was designed...

That `macos-notification-state` log entry is a red herring, and has been there since we started using the module (it doesn't load on Linux because it's not needed. I can load...

> I'm using Debian unstable This might be part of the problem, not sure what might have changed in their repo. I would recommended switching back to stable if you...

> So the window is still there, but it seems there is a memory leak around: > > ``` > (node:2370436) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 closed listeners...

@naveenyagati Is this still an issue for you on v5.10.1 or v5.10.2?

@Arberesto The actual error is likely this one: `libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed` You may need to change/update your GPU drivers, or if necessary, manually turn off GPU acceleration.

The loading issue is happening at the Electron/Node level - which our app doesn't have control over. So I wouldn't be able to catch this error consistently, since often when...

Have you tried this in a browser? Also are you using insecure HTTP over HTTPS? I also see a minified react error in the log, is the app running properly?...