Antoine

Results 17 comments of Antoine

Hello, I notice same error with hcl format. ``` --> terraform apply Error: Incorrect attribute value type on computes.tf line 18, in resource "libvirt_domain" "db1": 18: disk = [ 19:...

Hello, First of all big big thank and well done for all lima jobs i have similar issue with provision.user which is never executed and i found this in guest...

@evildecay do you think is relevant change ?

If someone available and want to review this pull request https://github.com/squat/kilo/pull/312 I tried to implement what seemed to have @anjmao thanks

kubectl completion for plugin call a binary named `kubectl_complete-` so i think hidden command would not work. But yes maybe a go binary is better to benefit of classical application...

Hello I made a first pull request on Thanos reloader library here https://github.com/thanos-io/thanos/pull/8042 the next step if this is merge is to propose a PR https://github.com/prometheus-operator/prometheus-operator/pull/7258

hello @trask, yes this is exactly the purpose, in the `OpenTelemetryAppender` we reference the default logback `ch.qos.logback.core.ConsoleAppender` which contain itself the encoder ``

closes as it is now supported https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/logback/logback-mdc-1.0/library/src/main/java/io/opentelemetry/instrumentation/logback/mdc/v1_0/OpenTelemetryAppender.java#L59-L61

I found that this have also be done in https://github.com/ahmetb/kubectx/pull/421

> Do you mind replacing all commas with ":", that's the standard form. > > [kubernetes/release#2549](https://github.com/kubernetes/release/issues/2549) done, I can also replace `cmdutil.IsNotFoundErr` by `errors.Is` like in PR #421 (edit, also...