Randy Fay
Randy Fay
No, `ddev list` doesn't, `ddev stop` doesn't. `ddev config` doesn't. Any script-based command (custom command) will trigger start if it the project is not running. It does not do so...
Hi - Since Ventura has not been released, I haven't tried it. I haven't heard any announcement that Docker Desktop supports it either (I see you're using Docker Desktop) It's...
I'd love to know what is wrong on the Docker Desktop side. I guess it will shortly be time to update a machine and try it out. Weird that it...
I don't think you'll be happy with colima and not mutagen, because it uses sshfs for mounting, which is too slow; composer install fails, for example. After it does with...
Thanks, I see your `ddev debug test` was with Colima. Was the failure in https://github.com/drud/ddev/issues/4122#issuecomment-1218261837 also with Colima? It looks like php-fpm is taking a request and never finishing, which...
Thanks. It sure sounds like a problem. Could you please push the simplest possible demonstration project to a GitHub test repo, with exact instructions on how to recreate the failure...
Oh, I saw your original `ddev debug test` was with an amd64 machine, do you have any experience with this on arm64/M1?
I see from the README (thanks) you were testing on beta5. Trying to install now; it wants to give me beta3 first :(
Unfortunately, I'm unable to confirm your results. I installed your demo repo and had no trouble on Ventura beta 5. The only thing was the PHP8.1 deprecations all over the...