Andrew Berry

Results 378 comments of Andrew Berry

Setting the one second transition time when turning the light off did end up being an OK workaround for me.

@rabbitlair and I agree running with sudo could cause other problems. He's going to look to see if we can get to the bottom of the permissions errors.

This is a great idea. We previously used mDNS on vagrant based solutions. One challenge is that last I checked, Android didn't support mDNS at all. But Windows / macOS...

> Names from different developers on the same local network might collide. I thought "surely this is solved", and I think it is in most implementations. I've seen systems add...

@beto-aveiga I think this is already fixed in https://github.com/Lullabot/drainpipe/pull/679 which is just waiting a new drainpipe release. Could you try upgrading to main and see if you can reproduce this...

Did you see the test for this at https://github.com/Lullabot/drainpipe/pull/679/files#diff-35458453f942bb563be9546b6d08af7e8a167fb25d3c1e8bcbef348c981c0063R80-R93? Unfortunately the first time this runs you need to run it twice because composer still has the old code in memory....

I think this isn't an issue anymore as this hasn't come up again in a year.

I wasn't thinking of splitting to a separate php-fpm only container - just providing different webserver variants that only have one PHP version installed, with php still stacked in the...

> It would mean changing PHP version would involve a docker pull though That's why I think this should be opt in, at least at first. If we just build...

One more note, that applies to the other issues too. I built an image that contains all of these changes together so I could compare timings in real-world GitHub actions....