Craig Alvord

Results 346 comments of Craig Alvord

@rd515064 Some additional questions for you: * Has this version worked for you in the past or does this happen after a fresh installation or update? * Has a previous...

@rd515064 Is your laptop a 32-bit machine? If that's true, it seems like you may have tried to install 64-bit Storage Explorer, which won't work. We are no longer providing...

@rd515064 OK, that's good. Next, have you tried launching Storage Explorer from the command line with the `--disable-gpu` flag to see if that unblocks you?

@rd515064 The "GPU process" in question is, I believe, the Electron renderer process. That process is in charge of rendering the app window and its contents. `--disable-gpu` just disables hardware...

I suspect this is a hardware-related issue. From what I gather, your issue is not an uncommon issue other people have with Electron apps. If using the `--no-sandbox` option unblocks...

@rd515064 Is this still reproducing for you? Have you had time to try other versions of Storage Explorer?

Closing due to inactivity. If this is still an issue, please open a new issue with any additional or requested information.

> What changes need to be made to existing build scripts to allow .css and .less files to exist side by side in the same component/Standalone? Virtually nothing. Less files...

Some build script updates need to be made for some light CSS processing. This is because compiled files have different paths than source files. Thus, paths in source CSS (via...

Here's a breakdown of all available blob container commands and their suitability for operating on multiple containers: | Command | Good Candidate? | Notes | |-------------------|:---------------:|-------| | Acquire Lease |...