Randy Fay

Results 2327 comments of Randy Fay

For interest's sake I checked, and the mutagen volume from a magento2 quickstart contains 821MB. Trying to figure out what's going on with nfs_mount_enabled.

This uses mergo.Merge(), https://github.com/imdario/mergo ``` // Merge will fill any empty for value type attributes on the dst struct using corresponding // src attributes if they themselves are not empty....

I'm going to have to think about this. @torenware please think about it as well. It turns out that a boolean `false` is the same as "not set" and is...

I guess this will also happen with empty strings, probably overwriting * `docroot: web` with `docroot: ""` * `mutagen_enabled` * `use_dns_when_possible` * `composer_version: ""` * `xdebug_enabled` * `xhprof_enabled` * `timezone:...

I don't think `strconv.ParseBool()` would accomplish anything, because the loaded `app` we're merging will always have the false/empty value, even when you haven't overridden it.

And of course, not just bool, but any feature whose default is a nil-value.

A proposal for a technique: * https://github.com/drud/ddev/issues/4100

I'd love it if you could all review and test the PR for this, https://github.com/drud/ddev/pull/4118#issuecomment-1214230090

I notice the increased size of the tabs makes lots of them disappear, on https://ddev--4009.org.readthedocs.build/en/4009/users/install/ddev-installation/ - maybe we can wrap the tabs?:

My eyes are bad and I wasn't fussing about the tabs the way they were :) The problem with making it so only a few tabs show on the page...