Rinaldi Widianto

Results 5 comments of Rinaldi Widianto

@davesnx thank you for the response, unfortunately a very simple ExpressJS app also crashed by your example code. HTTPie: ```bash $ http http://localhost:3000/testjq http: error: ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end...

I think the problem lies in the interaction between `node-jq` and `ExpressJS`. I've build a very simple ExpressJS app on my previous comment and it can reproduce the behaviour consistently.

Thanks for clearing it up, I've just tried again and indeed it's because of the space.

You can replace ```groovy apply from: "http://dl.bintray.com/scalding/generic/waroverlay.gradle" ``` with ```groovy buildscript { repositories { jcenter() } dependencies { classpath "org.scaldingspoon.gradle:gradle-waroverlay-plugin:0.9.3" } } apply plugin: 'waroverlay' ``` instead. I have tried...

Is this effort still ongoing? Is there any way to add it manually?