Oscar Korz
Oscar Korz
you are unintentionally fork bombing yourself with this: `"start": "npm-run-all -p start pscale",` the start script is running the start script, which then runs the start script, which then runs...
The build failure doesn't have anything to do with my changes. There's some node-gyp failures, probably related to node 12 being released.
This is also a blocker for me. My error message was very confusing (I have a wrapper script that exports SSH_AUTH_SOCK and execs ssh) and it took me several days...
One workaround here is to remove all the SSH interaction from Sequel Ace by creating the tunnel (with your agent) yourself, e.g. ``` ssh -f -N -L 127.0.0.1:3306:mysql.example.com:3306 -o ExitOnForwardFailure=yes...
any progress on this? it is a bit more difficult to promote this library when logging is difficult to configure. (personally, I would prefer an org.testcontainers. prefix, but anything other...