Martin Ohmann

Results 26 comments of Martin Ohmann

@01mf02 There is [syntect](https://github.com/trishume/syntect) which provides syntax highlighting for YAML as well. It's a pretty heavyweight dependency though, so not sure if this is what you are looking for.

@freestrings I saw that this was already fixed in https://github.com/freestrings/jsonpath/commit/c3b973437cddbd05fc41796e7a2ddb7b998150a2, sorry for the duplication. Is it possible to publish a patch release for this?

We're facing the same issue now after we upgraded from Spinnaker 1.26.6 to 1.28.1. We have a pipeline that produces two docker image artifacts, which are later bound to the...

We're seeing almost the same behaviour using version 0.13.5, but slightly worse. Instead of just logging an error, external-dns additionally crashes, rendering it dysfunctional as it'll end up in CrashLoopBackoff....

We're facing the same issue with `v0.13.2` and the suggested batch size changes do not work: - With `--aws-batch-change-size=1`: it tries to create the already existing TXT record, which fails....

Hi @iamjoncannon, could you provide me with a minimal reproducer for the issue? With the context you provided so far it seems like this could solved using the `#[serde(untagged)]` attribute...

Thanks for the hint. I also recently stumbled across this but forgot to create an issue for that myself. I want to support this, especially now that this also landed...

@MicaiahReid I just released support for namespaced functions in `hcl-edit` 0.8.0 and `hcl-rs` 0.17.0. This required some breaking changes, see the linked PR for more information.

Thanks. I read your recent blog post about testing, but I'm still not sure how this can help with profiling. Is it because you avoid the libtest/criterion layer here?

I see, thanks for the clarification!