Jakub Filla
Jakub Filla
I tried what i think is standard usage (is it?). Creating class ```php
What about now? I created console requestFactory, which is used only when default requestFactory is used. Exception is thown on custom requestFactory implementation and console.url set. Console.url in combination with...
Same issue here. `result.exitCode` shoud have exit code from command, which is not happenning.
Any progress on this?
I found the problem. If you use cwd option, command is chained like this https://github.com/shipitjs/shipit/blob/master/packages/ssh-pool/src/commands/ssh.js#L4 and exit code is from `cd` command, which is zero if cwd exists. @mrkrstphr quick...
PR https://github.com/shipitjs/shipit/pull/265
Hi, it might be related to composer or php version. I started experiencing this issue after upgrading composer from version 2.1.5 (php 8.0.9) to composer 2.2.1 (php 8.1.1). Reproducing test...