Pieter Viljoen

Results 125 comments of Pieter Viljoen

FYI, I am traveling for work, will address raised issues when I return in ~ a week.

I have not gotten around to reworking the version migration code to account for disabled entities, do wish HA core would handle the complex logic and let me only migrate...

Builds are done weekly so it can take 7 days to update, but looks like the last auto build did not land, manually pushed the PR, should be available soon.

I also get [critical interrupt](https://github.com/magic-blue-smoke/Dual-Edge-TPU-Adapter/issues/78) errors reported on an AMD Epyc Supermicro server mobo. I did try an A/E to M.2 adapter + M.2 to PCIe adapter, but the TPU...

Weird, I tried something similar; https://www.amazon.com/dp/B07WBXP632 and https://www.amazon.com/dp/B09NKTYFHX and not detected, but with the makerfab adapter it was detected. I had a Hailo8 in one slot and the Coral in...

> What does the postgres log say when the server is logging this CONNECTION_DESTROYED error? This is almost certainly an issue with your setup/system and not a bug in Immich....

> The database log you included is from several minutes before the problem occurs. The files I attached are from the full logs retrieved using `docker logs --details immich_postgres &>...

> Reading the issue, it occurs to me that it could be a problem with your networking setup and custom modification of the docker-compose.yml file What specifically in my compose...

`Git 2.50.1` is a standard tool installed in the [runner image](https://github.com/actions/runner-images?tab=readme-ov-file#available-images), see `ubuntu-latest` that is currently [24.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md) Also note that when running locally using [ACT](https://github.com/nektos/act), that uses the same/similar images,...

To show that git is working, I called `git status` right before calling `dotnet husky run`: ```yaml - name: Check code style run: | dotnet tool restore dotnet csharpier check...