Sam

Results 175 comments of Sam

The downsides to this use-case are the generic downsides of passing in an object to library code and hoping to get it back. So nothing is specific to this library....

I just wrote a long post about `register_shutdown_function`... and then not posted it because it was wrong Turns out we already handle it: https://github.com/Codeception/Codeception/blob/3.0/src/Codeception/Lib/Connector/Yii2.php#L267 The source of the issue is...

I'm putting this in codeception as well, since it's a better fix.

@samdark what's unclear about my description? Consider this asset bundle: ```php class BadBundle extends AssetBundle { public $sourcePath = '/'; public $css = [ 'abc' ]; public publish(AssetManager $am) {...

Workaround: if FKB is configured to turn on the screen on motion you could use that to detect motion / presence.

Actually OP is correct. MQTT is needed for the live updates

HA will create a livestream by refreshing the image constantly; you can even set a framerate afaik.

This is essential my original post repeated 😅

Builds should not be updating dependencies. Composer the PHP manager has some switches to get the oldest dependencies within constraints, this aids in testing. It is never a good idea...