c9s
c9s
Please see my PR #194
Please see PR #195 or use my fork repo, I've improved the path lookup here: https://github.com/c9s/php-phantomjs/blob/master/src/JonnyW/PhantomJs/Engine.php#L68
works on linux
Hi @avelino please take a look when you have time, thank you
cc @sashamelentyev
@sashamelentyev thank you for the review!
fyi: merged in https://github.com/c9s/goose/commit/472052debd5db46a70b751aa5dda49fb619373c8
I also have this annoying signal issue, would like to see this PR getting merged! Thanks!
Looks like node's dotenv-cli has the same issue, Only ruby's dotenv is working fine, I will switch to the ruby version for now.
Here is the simple test code, if you want to reproduce this: ``` package main import ( "context" "fmt" "os" "os/signal" "syscall" "time" ) func main() { done := make(chan...