cryptozoidberg

Results 4 issues of cryptozoidberg

For some reason build fails with this error: **iphoneos/arm64/libboost_system.a and iphonesimulator/arm64/libboost_system.a have the same architectures (arm64) and can't be in the same fat output file** Command line: `./boost.sh -ios -j...

question
waiting for reply

Need to check for free space: * Before downloading blockchain file .pak filу * During daemon work

I'm having a problem with generating AppImage for my qtWebEngine-based app using [linuxdeployqt](https://github.com/probonopd/linuxdeployqt): I was following [Custom wrapper script instead of AppRun](https://github.com/probonopd/linuxdeployqt/wiki/Custom-wrapper-script-instead-of-AppRun) instructions, and the script was working pretty much...

Just wondering, can I call my heavy native function from this background thread? I'm asking because in other libraries it was said that it's not allowed, or maybe allowed if...