Mike Farah
Mike Farah
Fair enough, just wanted to put it out there to see what other people have done, whether it's recurring issue etc. The reason it's not synchronous is that the request...
Hmm actually the workaround of writing a seperate pact file won't work, as the provider does not have a fixed callback path to callback on. The callback path is specified...
Well if you look at the original example, the callback url is passed in the first request. This callback url will vary from consumer to consumer, and could very well...
Hey, yep that's a bug. You can turn off string-interpolation using that flag though, you just need to set it to false: ``` yq --string-interpolation=f '.[] | select(.name | test("d\(ef\)"))'...
Fixed in 4.44.3
This is a problem with the underlying yaml parser `yq` uses (go/yaml), which makes a best effort approach in round-tripping comments. There have been several issues raised against that project;...
Will fix in next release
Fixed in 4.44.3
Thanks for raising, will fix in the next release. Note that when fixed, you will likely want to pass in `--csv-auto-parse=f` because by default yq parses csv values, and the...