zpalmtree
zpalmtree
Hiya, I'm using your chart library to make a bar chart, and it works great, except for one thing - I can't work out how to make every bar labeled....
Hello, I was wondering if it would be possible to update the `is_connected` check to hit the [getHealth](https://docs.solana.com/developing/clients/jsonrpc-api#gethealth) json RPC method, instead of the `/health` URL? I have a node...
Compilation currently doesn't work with Clang 9 as the host compiler. See further https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
Travis builds are already pretty fast, but caching the cuda download and possible the unzipped cuda download could speed it up significantly.
Probably the hashmanager thread not getting correctly stopped? Phantom CPU usually has very low hashrate.
Currently, hashrate timer does not get reset when switching pools or switching to dev pool. Hence, the simple `totalHashes / startTime` will give a lower value than the true hashrate....
When we load the program, store the config somewhere, then upon next load, with an invalid config, we can offer to restore the old, good config.
Hi, I have an app which is often hitting this domain in browser. On occasion I hit rate limits, I am working on improving my software to handle this better,...
``` RuntimeException Could not invoke TurtleCoin.getWalletSyncData OutOfMemoryError pthread_create (1040KB stack) failed: Try again ```
We need to check if this method is available before using. https://developer.android.com/reference/android/os/PowerManager.html#isIgnoringBatteryOptimizations(java.lang.String) ``` No virtual method isIgnoringBatteryOptimizations(Ljava/lang/String;)Z in class Landroid/os/PowerManager; or its super classes (declaration of 'android.os.PowerManager' appears in /system/framework/framework.jar)...