Lorenzo Rogai
Lorenzo Rogai
This is happening because the AWS Guide talk about Aurora PostgreSQL. We have a MySQL cluster and this is happening also for us, the above workaround works fine. You can...
For anyone searching for a fix i pushed a pull request for this [https://github.com/UseMuffin/OAuth2/pull/18](url)
Looking good for me 👍
Hi, Do you have any news on this PR? This is essential Thank you
It was merged on advisory-database. The alert should now have gone away for those that upgraded php-svg-lib to 0.5.2
You can configure it like this (replace YourServiceName): ``` AutoScalingTarget: Type: AWS::ApplicationAutoScaling::ScalableTarget Properties: MinCapacity: ${param:minCapacity} MaxCapacity: ${param:maxCapacity} ResourceId: !Join [ "", ["service/", !Select [1, !Split [":service/", !Ref YourServiceNameService]]] ] ScalableDimension:...
Is there any another block now for building binaries in arm64? ARM64 GitHub runners are now in GA and they cost even less compared to x86
This is clearly a regression from https://github.com/home-assistant/core/pull/144115 https://github.com/home-assistant/core/pull/144511 Started with 2025.5.1
@jaydrogers I don’t think that it will work. I tried it initially, but since I need to start a long-running application (like amqproxy or pgbouncer), it doesn’t function properly with...
@jaydrogers If I understand correctly, you were previously using s6 to launch "oneshot" commands, but you've since removed this, which is fine. As I mentioned in the original issue, I've...