Cédric Moreau

Results 14 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 ```

Try [email protected], working for me. 0.8.6 doesn't, probably because of #148. ![image](https://cloud.githubusercontent.com/assets/969136/25435672/20225df2-2a91-11e7-9143-f9fa7a9f29f7.png)

The error I get with [email protected] is `Processing of node_modules/ng2-img-cropper/index.js failed. SyntaxError: 'import' and 'export' may only appear at the top level (6:0)` I'm using brunch http://brunch.io/.

Yes I had it, but because of this bug I removed babel to be sure it wasn't involved. And I still had the upper error message.