Stanislav Zhuk

Results 326 comments of Stanislav Zhuk

HTTP/3 still seems experimental, even if it's enabled by default in the browsers (but not for all websites). I didn't find anything beyond the instructions with flags and options (see...

I was able to enable HTTP/3 once and for all in Firefox by setting these two options in `about:config` | Name | Value | | --- | --- | |...

> this step in the [ddev-intellij-plugin](https://github.com/ddev/ddev-intellij-plugin): [Wiki: Configuration (additional settings)](https://github.com/ddev/ddev-intellij-plugin/wiki/Configuration#additional-settings) I've added a footer to this wiki: https://github.com/ddev/ddev-intellij-plugin/wiki

I experimented with mariadb warning: ``` $ ddev exec -s db mysql -V mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead mysql from...

I think we should simply replace `mysql*` with the assosiated `mariadb*` commands for MariaDB 11+ in: - `ddev-dbserver/Dockerfile` - `ddev import-db` - `ddev export-db` - `ddev snapshot` And users should...

There will be no deprecations in the webserver, and we are going to use the correct binaries (mysql/mariadb): - #7824 --- As for the startup script in the dbserver, and...

Ready for review, the OP is updated. I didn't add any new automated tests because these commands can't be tested with just one `ddev` binary.

> ideally from my perspective `ddev delete images` should keep the ddev core images for the current version plus the addon images for current projects, but remove all the ddev...

> But I did wish it didn't do that and (with permission) stop all my projects on there. @rfay, I want to use `ddev delete images` myself in some daily...

> But I did wish it didn't do that and (with permission) stop all my projects on there. @rfay, done, `ddev poweroff` will only run if some container uses any...