Richard Gao

Results 24 comments of Richard Gao

Updating to Electron 32 is blocked by https://github.com/electron/electron/pull/43555. The issue appears to have been addressed and a fix has been merged for 33.x.y, but we're waiting for a backport to...

@Niteesh-Kalangi The Electron Net Error is part of our error handling that reports on errors that are thrown as HTTP requests are made using Electron's net module. Usually the error...

A clarification to @craxal's comment. When the issue reproduces, changes made in the proxy setting dialog do not persist at all, even in the current app session. Once the dialog...

Further details: - The issue only reproduces during the first launch of Storage Explorer after installing using snap. After closing the app and reopening the notification does not appear and...

Hi @dasaffro-msft. It sounds like you have tried signing in with all the different sign in methods, correct? Can you try following the steps in the [troubleshooting docs](https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/blobs/alerts/storage-explorer-troubleshooting?tabs=Windows#reauthentication-loop-or-user-principal-name-upn-change) to reset...

This error stems from a difference in how AzCopy handles a CLI invocation of a copy job vs using Node.js's `child_process` module. A fix for this has been verified and...

Hi @kmelmon and @jarkko-siitonen. The reason that the milestone was switched from 1.38.0 to 1.39.0 is that in the last few weeks of our testing, while with AzCopy 10.28.0 the...

Hi @v-xianya, I tried reproducing this bug following the exact same steps but I am getting the expected experience. I double checked and am running the same build on the...

After investigation, this seems to be an electron bug with `showItemInFolder`. I've opened up an issue with electron here: https://github.com/electron/electron/issues/42251