Jeff Whitfield
Jeff Whitfield
I would **love** to know how to get docker-sync working with Devilbox. Running Magento on my Mac is absolutely atrocious! Tried everything but docker-sync which, based on what I'm reading,...
There is a huge benefit to allowing multiple PHP versions. Setting a specific project to a different version of PHP other than the default is extremely useful. I personally don't...
Well, one way that might be possible is to setup handlers for each version installed. Pretty much the way most hosting providers do it. That way, if the default is...
Definitely can see the value in what is being discussed. For projects that need testing like this, this would indeed be the right approach. However, I still think it would...
Let's say you have the following PHP CGI executables setup in the following directories: ``` /usr/lib/bin/php56-cgi /usr/lib/bin/php70-cgi /usr/lib/bin/php71-cgi /usr/lib/bin/php72-cgi ``` Granted, the actual paths for each version might be different....
Ah, I see. Still new to Docker so there's bits that I probably don't get. Access to each container would definitely pose a problem. That said, if there was a...
Ditto here. Really odd. Seems to only happen later at night when Night Shift occurs
When I have time I’ll see what I can do to help fix it. :D > On Oct 16, 2018, at 7:28 AM, Ethan Yehuda wrote: > > Hi @jeffwhitfield....
Another problem, which one of my clients just ran into, is that there is no way to differentiate between Saved and Published. Basically, if the client makes a change to...
Thanks Michael! I'll definitely look into that! :)