Randy Fay

Results 2335 comments of Randy Fay

Rolling back to 1.0.13 in https://github.com/drud/ddev/pull/3706 does in fact fix all the markdown link errors. There are still two weird external 503s, but those can simply be ignored I guess....

@gaurav-nelson if I understand you correctly you "updated" 1.0.14 rather than releasing a new version. Please don't ever do that. An existing release should never be changed. Rather, release a...

I got a [successful run](https://github.com/drud/ddev/runs/7656002854?check_suite_focus=true), but I note I had added ```json "httpHeaders": [ { "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"], "headers": { "Accept-Encoding": "zstd, br, gzip, deflate" } } ],...

docker-compose v3 doesn't support the volumes-from key any more, so the instructions from that point of view are getting obsolete. I followed the instructions using the top-level "volumes" key, Here's...

Since I had to go through this entire process again with a new runner, I added these notes to the GitHub Workflow: > This Windows self-hosted runner has to be...

GNU tar seems to be required on all platforms, and zstd has to be added as well on self-hosted machines. See https://github.com/actions/cache/issues/576

@pdotl I assume we still have to do the bizarre installation of zstd on windows self-hosted runners still, true? Did that make it into docs?