Utku Aydın

Results 12 comments of Utku Aydın

@stefansundin unfortunately I do not have an Apple Developer account, and the OS won't run unsigned binaries. You are welcome to try though :)

Hi @EmbeddedDevops1. So, I checked out to master and tried running ``` poetry run cover-agent \ --source-file-path "cover_agent/main.py" \ --test-file-path "tests/test_main.py" \ --code-coverage-report-path "coverage.xml" \ --test-command "poetry run pytest --junitxml=testLog.xml...

Is including (Generational) ZGC in native-image in discussions at all? If so, what is the timeframe?

This has been sitting here for a while, can anyone take a look? @absurdfarce

I understand your point of view but the fact is that the approach you are suggesting is unusable with environment variables and configmaps from a HOCON point of view. Moreover,...

Thanks for the tips @EmbeddedDevops1. I can see in Ollama logs that the endpoints are for sure getting hit. ``` [GIN] 2024/05/27 - 14:30:17 | 200 | 15.3675464s | 127.0.0.1...

I am not sure if this is the appropriate issue to mention this, but the `--security=` flag for `RUN` also can not be parsed while using `# syntax=docker/dockerfile:1-labs`

Would it be possible to add this functionality to the [experimental kafka trigger](https://github.com/kedacore/keda/blob/main/pkg/scalers/apache_kafka_scaler.go) as well?

Hi @muuki88, I'd love to help out, let me know where and what to do and I'll do my best :)

Hi! So, correct me if I'm wrong, but the problem with using RetryFlow as a wrapper would be that it requires a `decisionRetry` function where it has the type `(In,...