Nicholas Silva
Nicholas Silva
Is it possible to exclude it for building php and other php extensions? Otherwise you always have to do this for each time you run brew upgrade. ## Nicholas Silva...
Yeah, I'll backpeddle on using the machine cert, as all of your points against it are good ones. @onnimonni would we be able to have matching certs in `nginx-proxy` without...
`~/.dash` hasn't been something that we've used before, but I'm not opposed to it. For that matter, I mostly arbitrarily picked `/usr/local/dev-env`. Does it make more sense to put them...
I have run into this as well, and so far I haven't found a good way to make the configuration dynamic. An easier way that I've found is to disable...
I haven't run into that issue before, but it's possible that something changed in El Capitan. Did your Mac always have 10.11 on it, or is it an upgrade?
Yeah I've been using dlite off and on for a few weeks now. I'm not sure how we can change the backend without causing a lot of issues for existing...
A few options include: - As you said, checking for the existence of the VM already - Adding a check in `dev update` that would prevent updating past a certain...
There are a lot of mixed opinions floating around about .dev. Boxen from Github uses it, as do several other developer environment projects, so I don't think I can switch...
It should be pretty easy to make it configurable. It might require some templating for the generated files, but I'm not philosophically opposed.
I've seen this occasionally with certain versions of docker-machine. Can you run `docker --version` and `docker-machine --version` and post the output?