Matt Fellows

Results 759 comments of Matt Fellows

Yep, I'm happy to accept a PR to that branch.

This is actually mentioned here: https://github.com/pact-foundation/pact-go/blob/master/docs/provider.md#lifecycle-of-a-provider-verification I'd be open to a PR that can find another way to address this. Also, thank you very much for taking the type to...

Thanks for confirming. Yes, this is definitely a way around it, albeit it's not nice. I'll leave this issue open, perhaps there is a way we can improve this. @JP-Ellis...

I was actually thinking a simple hook mechanism could be via HTTP, similar to the way provider states are managed. FFI clients could opt-in to the additional communications and the...

Apologies, I have one last request - could you please squash and reformat your commit to follow the semantic commit conventions in the developer guide? Something like ``` feat: add...

Thanks - released `v1.9.0` 🎉

I'm no Windows expert, but a cursory google suggests the `255` system error is related to permissions to run `cmd.exe` (i.e. executing the Pact CLI binaries in the output). e.g....

Thanks. The body _should_ be in the `DEBUG` level logs, but I think you're asking for it to be made more accessible to the API itself?

> Hmm, I think the logs themselves are pretty challenging to decipher. Agreed, there is work to be done there. But it sounds like even if we get that right,...