Max Winterstein

Results 146 comments of Max Winterstein

Same for me here: https://github.com/zmartzone/lua-resty-openidc/issues/462

Did some diggin' and for me, the update of `lua-resty-session` to `4.0.0` breaks it. This is working fine: ``` bash-5.1# luarocks list Rocks installed for Lua 5.1 --------------------------- lua-resty-http 0.17.0.beta.1-0...

@bodewig yes. I adjusted my Dockerfile to install exactly the versions ``` RUN luarocks install --deps-mode none lua-resty-http 0.17.0.beta.1-0 && \ luarocks install --deps-mode none lua-resty-jwt 0.2.3-0 && \ luarocks...

I opened a case for this / my related discussion https://github.com/kedacore/keda/discussions/6375 Case 55415916: HPA scaler has huge delay when coming from 0 replica deployment Let's see if this get us...

The ticket is still being investigated at google, so there is hope.

The ticket made it to the public issue tracker: https://issuetracker.google.com/issues/401015751

I guess this is related to * https://github.com/home-assistant/core/issues/86797 Can confirm the whole dashboard crashing, also on mobile. ![image](https://github.com/user-attachments/assets/3c6163d4-a47a-4561-bec9-635e955fd7fa) ![image](https://github.com/user-attachments/assets/52f85c08-c9a3-485c-92a1-4868fc372727) ![image](https://github.com/user-attachments/assets/40815a81-3595-460e-beaa-45888a79ccf5)

@kskouzmin good catch! Indeed there seems to be no image built for `armv7` Comparing https://github.com/MaxWinterstein/homeassistant-addons/pkgs/container/homeassistant-addon-cups-amd64 to https://github.com/MaxWinterstein/homeassistant-addons/pkgs/container/homeassistant-addon-cups-armv7 Will see what happened there, hopefully just some github action hiccup. Currently running...

If I remember correctly, it had issues to build on `armv7`. Some big addons already decided to ditch it, as it os mostly used on some Raspberry Pi 3, which...

@kskouzmin in fact, it seems to build fine: https://github.com/MaxWinterstein/homeassistant-addons/actions/runs/8269881343/job/22626156568 thanks for the research and pointing out, will release in a few minutes