Matt Simons

Results 4 comments of Matt Simons

if anyone else is looking for a way of integrating godog with gomega today, I've found the following to work quite well: ``` func shouldBeBar(foo string) (err error) { defer...

I've seen this too, weirdly adding a description solved this for me. ``` apiVersion: iam.services.k8s.aws/v1alpha1 kind: Role metadata: creationTimestamp: "2024-01-24T12:22:54Z" finalizers: - finalizers.iam.services.k8s.aws/Role generation: 3 name: test namespace: registry resourceVersion:...

> Thank you @matt-simons @a-hilaly for that trick - I would never guess that! 😎 > > TBH I think we need a workaround at least, we might not be...

I like the idea that `JSONPath` could support both string and arbitrary Go objects. The how and when I'm not too sure of, but I definitely agree it should follow...