Mike Gioia
Mike Gioia
Hi @ArnaudCrevier, what is the purpose of this PR? I don't understand.
@pluc Shouldn't this be handled in your app code? Sort of like: ``` pcntl_signal(SIGTERM, function ($signo) use ($climate) { // $climate->info()... }); ```
This now includes code from a separate branch :( I'm probably going to have to address this bug in a project I'm working on today.
This should be resolved in #16
@DavidWiesner This is because during header parsing, the following is used: ``` str = str.replace(stra[0], '' + stra[2] + '' + '\n'); ``` Later down in the code, newlines are...
@DavidWiesner I have a PR out that should resolve this. It's branch "test_fix". If you could pull down and test it I'd appreciate the help. I ran your example and...
@netandreus What problem is this solving? I'm not sure at first glance.
Do you happen to have any info on why the paths are checked in that way? I'm unfamiliar with what a standalone composer package is.
Thank you @netandreus, I took out the parts that had to do with the `--email` flag and moved them over to branch issue104. This branch still has a lot of...
No problem at all @netandreus. I really appreciate what you're doing by the way. It's great to have your help!