Randy Fay
Randy Fay
The MariaDB folks have decided that 11.4 will be an LTS release. We generally support LTS releases https://mariadb.org/11-4-lts/ I don't think we have to hurry on this, but it's not...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? ddev-webserver is large. We can...
### Is your feature request related to a problem? `ddev get` does more than just pull something from a repo in some cases (especially https://github.com/ddev/ddev-platformsh) It writes configuration based on...
### Is your feature request related to a problem? DDEV tries to accept old configs so that they don't break when using newer versions, but ... We should at least...
It seems Lando chooses an alternate port when a given port is not available. DDEV checks for port availability, but does not switch. It's a nice feature. It would make...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Some `ddev get` add-ons can...
GetFreePort() assumes use of localhost, but it's not true that all interfaces on a computer will have the same binding. So the fact that something is not bound on localhost...
I see that Acquia BLT is now EOL so probably this should be noted loudly here? Perhaps archive the repo? https://docs.acquia.com/blt/
The proper technique for installing the deb.sury.org PHP packages has changed a bit: * https://github.com/oerdnj/deb.sury.org/issues/2074#issuecomment-2088792465 We need to update it to use the strategy in https://packages.sury.org/php/README.txt
### Expected Behavior `ddev config --omit-containers=""` doesn't remove the omit_containers config as you'd expect. Probably the `ddev config global` doesn't either. We need a way to remove this type of...