Davide Patti
Davide Patti
When using install command on raspiblitz (1.7.2) `pip3 install -r requirements.txt .` process terminates: ``` collecting aiorpcx==0.22.1 (from -r requirements.txt (line 8)) Could not find a version that satisfies the...
I've just experienced the above error when trying to open a dual funded channel. I solved by running the following export: `export NODE_OPTIONS=--openssl-legacy-provider` I don't know if it was a...
 Everythings else seems just fine.
The "Miss penalty" was erroneously added to the parameters needed to run the cache, but should be removed for the following reasons: - It's not used, because it is not...
I know this should not happen, but it just happens, especially with students messing around with code. This is the situation: ```asm .code ; some instructions, then a jump daddi...
Probably not a priority, but I noticed the following: - You load WebUI and the deprecated instruction of the sample code (bnez) is not highlighted as deprecated. - You change...
When compiling yaml-cpp on systems having very recent versions of cmake, you can get: ``` Building yaml-cpp... Switched to a new branch 'r0.6.0' CMake Error at CMakeLists.txt:6 (cmake_minimum_required): Compatibility with...