Matej Spiller Muys

Results 109 comments of Matej Spiller Muys

I don't know but with other build systems we don't have such problem. So it seems it is specific to how bazel works. I have managed to workaround jumping through...

Yes I can see history on the water heater control, but I cannot add a graph pointing to the water temperature. For example climate control has various sensors: vs water...

Another thing is why not using thermostat widget for climate control? Should be better suitable for heat pump? Btw. Great work! Love it!

Tnx. I will create template sensors for now. Would like to have them by default (like it is done for Indoor and Outdoor Temperature though so it is easier to...

Well the problem with chrome and firefox is that both do not provide aarch64 builds for linux. https://googlechromelabs.github.io/chrome-for-testing/ https://www.mozilla.org/en-GB/firefox/all/#product-desktop-release Bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1646462 https://bugs.chromium.org/p/chromium/issues/detail?id=677140 IMHO we need upstream support and not rely...

If you get core dumped or killed process try assigning more RAM to docker builder and try again. I didn't try building it on al2023, but we used Python 3.12...

I tried your command running on docker minimal and got ir built without any problems on 8gb docker machine. ``` docker run -it amazonlinux/amazonlinux:2023.3.20240108.0-minimal bash ``` ``` echo $(nproc) 8...

@maunzCache No it is not availabe as a package yet. In docker you can just add docker layer but for EC2 you are out of luck currently (unless you build...

Any update on the python 3.12 when avaialable? I was really looking forward to new 2024.4 release but then I saw there is still no new python available. Lambda supports...

I stumbled upon release notes for RHEL 9.4 (https://developers.redhat.com/articles/2024/05/01/whats-new-red-hat-enterprise-linux-94). And they already support python 3.12. I tried installed python 3.12 via AlmaLinux packages : ``` dnf install https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/python3.12-3.12.1-4.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/python3.12-libs-3.12.1-4.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/python3.12-pip-wheel-23.2.1-4.el9.noarch.rpm...