Randy Fay

Results 2339 comments of Randy Fay

It's still unsuccessful, but now it's because no project is created (`ddev composer create`) so there's no composer.json, no code. Just comes up with a 403 because there's no index.php:

Probably both ddev and quicksprint instructions should just say "Add your user to the docker group with (sudo groupadd docker || true) && sudo usermod -aG docker $USER`

No, it wasn't, I'd missed [the doc on that](https://github.com/mitchellh/golicense#github-authentication) I recommend that you change the error to add the link in about GITHUB_TOKEN. Edit: And you might as well abort...

Hi @samyouel - Normally a "multisite" does not have separate docroots. When you're running with separate docroots, you essentially are running different sites from the same codebase. If you set...

Couldn't you just change your approach since you know exactly what to do? (just use something that comes after "ap" in the alphabet?

You should be able to study what's happening by taking over the apache-site.conf and adjusting it, if that's what you want to do. A PR is welcome. But it seems...

There are probably 3 specific areas that I think need implementation in terms of tests. 1. Direct integration testing between ddev-ui and ddev, with real projects. So for example, a...

There are a couple of levels of integration we need to deal with: * Integration with ddev * Full gui testing (click) They can be separate approaches. On sudo: It's...

Sorry to say that ddev-ui is completely deprioritized at Drud, although I'm sure community contributions would be welcome. The last activity was in December, 2018, and it's not being tested...

This is critical - breaks all sites that use autocomplete on D6 (and I assume D7). Thanks!