Angel Leon
Angel Leon
I go to the site and try to change my password but I need to know the previous password which I never got (yes, nothing on spam folder either), I...
I'm on macOS 10.15.4 (Catalina), golang 1.14.3 darwin/amd64 Cloned the repo and tried running `./dev.sh`, it always stops here. I usually raise the number of file descriptors allowed to see...
Last night we updated to 0.17.3 upon receiving wordpress notice of the available update. This morning our bloggers are up in arms, no images were converted to .webp and our...
Updates from 2.11.0 to 2.12.7.1 Addresses issue #689
s/recieved/received/g
What is the task you use to build the .jar yourself? Tried with no luck: ``` ./gradlew assemble ./gradlew build ./gradlew assembleDefault ``` ``` ./gradlew jarReleaseClasses # but couldn't find...
Current: ```rust #[derive(Serialize, Deserialize)] pub struct Header { pub version: u32, pub time: usize, pub bits: String, pub nonce: usize, pub prev_hash: String, pub merkle_hash: String, } ``` Spec: https://www.bitcoincash.org/spec/block.html...
For both claiming a name or transferring SPC to another account, I always get the "Sign" window shown, but nothing happens on the Trezor, and then the transaction doesn't really...
I only see functions to perform checks on a bloom filter, but no functions to create one and add elements to it. Not sure how I'd be able to use...