Randy Fay
Randy Fay
It's awesome. You can edit it as we go, and people can comment there if necessary.
@iammati are you a fan of vscode or PhpStorm? One of the important possibilities is to do great plugins for key IDEs, which may be a simpler thing for lots...
I mean that some kind of ddev extension may be the best gui approach for a lot of users. @nico-loeber is working on one for phpstorm. @gilbertsoft has discussed and...
This is also a problem on upgrade. One option is just to skip installing winnfsd if it already exists (on install). From @David Menzel in slack > Hi, > I...
That warning only happens when either there's no internet or a non-ddev.site URL is in place. `ddev hostname` is not used otherwise. The normal situation is a lookup of `*.ddev.site`...
You can `ping dkdkskdj.ddev.site` on the Windows side and you should see it hit 127.0.0.1. This is just a function of DNS and the DNS wildcard for *.ddev.site. There is...
I have always wanted `ddev hostname` to update both hosts files ever since the beginning, to work around this class of problems, kept hoping for a contribution that would solve...
Thanks so much @morvy, please continue to keep your eyes open! - It seems go-wsl2-host only adds an IP address on the Windows side to access the WSL2 environment directly....
Maybe it should just be a flag on `ddev exec` ?
The behavior change would be pretty significant, I'm pretty hesitant to do that when people have always used `working_dir` as the execution directory for `ddev exec` and `ddev ssh`.