Matthew Kilpatrick
Matthew Kilpatrick
I've also been experiencing an issue similar. I installed this SDK via composer on 2 systems - one running PHP5 & Apache and the other PHP7 & nginx. The PHP5...
I've also been caught out by this issue. For anyone looking for a solution, I was able to work around this bug by stopping using the `icon` prop of the...
Thanks for your feedback, that does seem like a much better solution than what I originally went with! As far as I could tell, there's no cases yet where the...
+1, though running into this on `gh version 2.74.2 (2025-06-17)`. I think I ran into this issue back in July this year, but didn't think much of it until another...
I looked through the code in this repo earlier today, and the issue appears to be incorrect escaping of the arguments passed to scp. In https://github.com/cli/cli/blob/trunk/pkg/cmd/codespace/ssh.go#L771, when the `-e` option...