Results 88 comments of Ruben Laguna

I think I can create a PR for this feature, that would be my first contribution to this project, so I'm not sure about the process, can you assign the...

> I do not, feel free to take it I think , I there is some missing comment in the issue. @avi364, do you mean that you are not going...

@EnricoMi can you resolve the merge conflict?

Apparently if I understood right from https://github.com/kedacore/keda/discussions/5585#discussioncomment-8719171, https://github.com/kedacore/keda/issues/3609, https://github.com/kedacore/keda/issues/1759 , https://github.com/kedacore/keda/issues/2153, https://github.com/kedacore/keda/issues/4474, https://github.com/kedacore/keda/issues/3956, It seems that setting `desiredReplicas: 0` with the cron scaler is not the right approach. Would it...

> Cron scaler isn't 100% clear about the behaviour Yes, I already proposed some documentation changes at https://github.com/kedacore/keda-docs/pull/1332 But maybe you can propose some more clear wording in that PR...

on macOS ``` brew tap dart-lang/dart brew install dart-lang/dart/[email protected] export PATH=$(brew --prefix dart-lang/dart/[email protected])/bin:$PATH dart --version Dart SDK version: 2.19.6 (stable) (Tue Mar 28 13:41:04 2023 +0000) on "macos_arm64" make clean...

I guess the documentation should appear on the left menu as Reference > API https://www.dynaconf.com/api

yes, I already did that to workaround it but the https://github.com/akosbalasko/yarle/blob/62d4e19b37f2b09fe8c927490eb702e296425076/README.md?plain=1#L147 should be updated to say that it's either a single ENEX file or a list of folders, the current...

The workaround currently would be to add a `uptime` attribute to the LogRecords like this ``` old_factory = logging.getLogRecordFactory() def record_factory(*args, **kwargs): record = old_factory(*args, **kwargs) record.uptime = record.relativeCreated/1000 return...

I uninstalled the amazon-cloudwatch-observability eks add-on and installed using the the instructions at https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-metrics.html and I'm getting the same result. But I can set `RUN_WITH_IRSA="True"` (I actually have a service...