Olivier Mehani
Olivier Mehani
`Other 2 (not working with 0.0.1 or 0.0.3): Adium 10.5.10.4, OS X 10.10.5.` I fear this is due to too old an OSX \: Could you try a custom build...
Yeah, looks like old OSXes https://stackoverflow.com/questions/41865537/how-does-apples-codesign-utility-decide-which-sha-algorithms-to-sign-a-shared Any chance those could be updated? I can probably take it down to 10.10, but I'm afraid 10.5 may not be feasible.
Ok, I went as far down as 10.8. 10.5 didn't work, but 10.8 is what Adium is compiled against, so I am hopeful. Care to give a spin to this...
We never got to the bottom of it. @sfjes , did the build I posted in the previous comment work?
Cool, thanks for the check. I'm mostly after checks on older versions, if possible as early as 10.8.
Same issue if the app is not enabled or installed.
Waiting for https://github.com/badlogic/ledit/pull/1 to land.
This may be an issue with `GOGS_CUSTOM`. Unsetting it, and creating the base structure next to the `gogs` tool works. ``` 9b76de082879:/app/gogs# export -n GOGS_CUSTOM= 9b76de082879:/app/gogs# mkdir data log custom...
Tested with https://github.com/LeighCurran/AuroraPlusHA on 2025.11 in Docker.
Ah, it looks like we now need to use `mean_type=StatisticMeanType.NONE` instead of `has_mean=False` https://github.com/home-assistant/core/blob/f3ddffb5ffe40627d7809e8911a4948f418e6472/homeassistant/components/recorder/models/statistics.py#L66-L68