Cédric Moreau

Results 7 comments of Cédric Moreau

Could you detail what is proof verification?

Thanks for your comment. Indeed, it seems more correct to use binary nodes & leaves instead of encoded data since binary is a more deep and common form for data....

Yes we can for current version, however I plan to make a v1.0.0 some day along with code cleaning, so we could make breaking changes that time.

@erictrade Have you found a solution for this?

Well I finally managed to make it work, actually I was misunderstanding `hub push` behavior (no hub credential used) compared to `hub pull-request` (hub crediential used) along with other things...

I've successfully built Rundeck for ARM (here on an M1 Mac), I won't make a PR but you can build it too using this branch: git clone https://github.com/c-geek/rundeck.git -b fix/6433/arm...

@georgedimac Rundeck 4.9.0 needs Java 1.8 to compile. On my M1 Mac: ``` git clone https://github.com/c-geek/rundeck.git -b fix/6433/arm cd rundeck export JAVA_HOME=`/usr/libexec/java_home -v 1.8.0_352` ./gradlew :docker:officialBuild ```