Sławomir Gajowniczek
Sławomir Gajowniczek
I think it might be related #1582. Mine is also `uid 1000`.
@rbren My user is in docker group that allows docker running without sudo. That worked fine in 0.4. However - see my first comment - it reports that the group...
@suoko look at #1594
Right now i'm experiencing that in #1624 again. My docker is 26.1.1 via official docker repo. @mannaandpoem have you experienced the issue also ? Was there anything other than docker...
Seems that it has been released 1.62.0 already
Where the `app.dockerfile` suppose to be located ? There is none in repo.
I've got same issue and I made a quick fix. It seems like to be most clean solution. Relationship.php ``` protected function set_keys($model_class_name, $override=false) { if (!$this->foreign_key || $override) {...
I think the server should send to the WebUI the datetime value that will be calculated using timezone of the server. i don't know what's the current implementation however using...
Thx. I already made some changes to sync HA light entities with Prismatic as an experiment. It kinda works safely with 2s polling. I will push MR when I finish...
I have same issue. What exactly I need to do when you said " I moved it into the 'beforeCreate' lifecycle hook, and that seems to work fine." ?