tyler36

Results 86 comments of tyler36

Goal: If I run phpunit on my WSL host with a broken test: ```shell $ phpunit PHPUnit 9.5.21 #StandWithUkraine F. 2 / 2 (100%) Time: 00:00.368, Memory: 22.00 MB There...

No PR on the way, more of a `TODO` placeholder After running `ddev config` , if the project type = 'laravel', ddev should update the `.env` file with its setting....

On `1.19.0-alpha5`, is the database type and database port exposed to a host/web command script? I have a script that adds the URL and "db" for database but I need...

@mandrasch yeah, DDEV generate a `settings.php` for Drupal. I think we should have a post-install hook, or maybe a custom command that writes back to the `.env`

Microsoft announced that it will be releasing [WSL through Microsoft Store](https://devblogs.microsoft.com/commandline/a-preview-of-wsl-in-the-microsoft-store-is-now-available/) although it's currently only a [preview version](https://docs.microsoft.com/en-us/windows/wsl/store-release-notes#:~:text=WSL%20inside%20of%20the%20Microsoft%20Store). [Link to choco version of WSL](https://community.chocolatey.org/packages/wsl2).

Unfortunately, they are tying some of the new features like WSLg to Win11 only. This feature wont affect DDEV but might indicate an embrace-extend-extingish plan for WSL moving forward. Still,...

Hmm ... not sure what is going on then ```shell $ ddev --version ddev version v1.19.3 $ php -v PHP 7.2.34-32+ubuntu20.04.1+deb.sury.org+1 ``` - Config DDEV and accept all defaults ```shell...

Thanks for the update. That makes sense from a project point of view. I assume then, should the feature be added, that a global setting of `8.1` would: - `ddev...

I'm not familiar with go but you need a "natural sort" method like: https://github.com/facette/natsort https://github.com/skarademir/naturalsort

Just noticed in `ddev version v1.19.0-alpha4` , database error messages (postgres:10 ... postgres:9) ```shell Incorrect database value: postgres - use something like 'mariadb:10.3 or mysql:8.0. Options are [mariadb:10.0 mariadb:10.1 mariadb:10.2...