Will Caine
Will Caine
Just to clarify the reasoning for this was because the new address page has the option to AES encrypt your private key already, however there is no where available to...
Firstly, yes there are multiple ways of deciding whether to use encryption but I wanted to make it as simple as possible. I would argue is quicker and easier for...
I was able to run `git push` without a sudden restart and this was the console log: ``` $ git push Uploading LFS objects: 0% (0/1), 2.6 GB | 54...
As I suspected the PC crashes are related to the memory. Monitoring my memory usage in task manager it seems to fill up to 90+% usage, although it isn't being...
I have updated to the latest version and am still seeing the issue, however I was running an old version when I first made my post. I've recorded a screen...
My bad, the memory does eventually get cleaned up after the process has exited, just didn't happen right away. I correctly set the timeout but saw no improvement. I've attempted...
Here's the log, you can see where it starts to loop over and over but I'm still none the wiser. I believe I've stripped out all the auth headers as...
Make sure you install all the dependencies first. ```bash $ cd example $ yarn ```
Just ran into this issue when compiling for android. First off retrolambda.jar was misssing from the lib directory but you can download that from [here](https://oss.sonatype.org/content/groups/public/net/orfjackal/retrolambda/retrolambda/), once that was sorted I...