Davide Patti

Results 7 issues of 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...

![Screenshot from 2022-08-01 23-25-03](https://user-images.githubusercontent.com/3337669/182249534-267da20a-f7ad-45f0-b9d2-42c421e58955.png) Everythings else seems just fine.

BackendAPI

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...

component:parser
priority:1

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...

component:web-ui
priority:1

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...

bug