Patrick Facheris

Results 5 comments of Patrick Facheris

On Ubuntu 14.04 using bash the issue for me was that separator characters need to be properly wrapped with $noprint and $end_noprint.

Oops, sorry about that. Missed an ampersand in my redirect of stderr to stdout, this should have the error output as well: [output_new.txt](https://github.com/http-builder-ng/gradle-http-plugin/files/2145659/output_new.txt) ``` Caused by: groovy.lang.MissingPropertyException: Could not get...

@pataquets I'm fine with someone else picking it up though as far as I'm aware there's not really anything to be done at the moment. Just waiting on someone from...

> @PFacheris Could you run command for generating the documentation? https://codelabs.developers.google.com/cft-onboarding/#8 Apologies for the delay on this, done now! Let me know if there's anything else.

Somewhat related, I was having issues with something like the following where the first parameter wasn't used: ``` (_, key: string) => key !== "") ``` leading to a ```Parameter...