Jacob Hicks

Results 4 comments of Jacob Hicks

A simple example is that the `Content-Type` doesn't appear to be validated. I have a `Content-Type` in my spec that doesn't match what the actual response has. I would have...

I believe for us, our solution is to exclude the target. Following the example from @michaelgwelch above, instead of `git log --first-parent v4ish...v5ish`, this would be more appropriate: `git log...

Have you tried setting the `AllowMultiInstance` parser setting to `true`? By default it is `false`. Without it true, it will cause an error that options can't be repeated, and is...

@linustannnn what's your kubernetes implementation? With minikube, I use [`minikube image build`](https://minikube.sigs.k8s.io/docs/commands/image/#minikube-image-build). I've also had various degrees of success with [`minikube image load`](https://minikube.sigs.k8s.io/docs/commands/image/#minikube-image-load).