Ryan McCue

Results 402 comments of Ryan McCue

Dug into this briefly; this occurs because wp-cli inside the container is using the same config file, so it tries to again execute `docker ...` _inside_ the container too. wp-cli...

See https://github.com/humanmade/Cavalcade-Runner/issues/75 for a solution for system shutdown, where we will pass SIGTERM to the workers and SIGKILL if they fail to respond.

Assuming just the major version bump and any BC breaks as a result

As we don't use Cloudflare R2, we don't plan to add any specific support for this to S3 Uploads per [our support policy](https://engineering.hmn.md/projects/support/). We would accept documentation PRs (e.g. to...

Thanks for the issue! We're going to remove this installation method to avoid problems like this, see #644.

Closing as we're going to require installation via Composer (#644), which will handle dependency resolution.

Sounds like this might be the solution then; I'll close this out.

Thanks for the PR! We're going to close this in favour of #644.

@joemcgill This should be fixed now?

Alternatively, we could change the router to `/:component+` I think and keep it working. `/components/Bootstrap%2FLoad` is a bit ugly.