Ben

Results 22 comments of Ben

For anyone interested in finding differences in OpenApi 3 files, give [openapi-diff](https://bitbucket.org/atlassian/openapi-diff/src/master/) a go. It's a tool my team has built that can be used as a cli or via...

I've been running v1.1 build 8 for a few weeks now so I thought I'd post an update. It has changed the behaviour of this bug but the issue still...

@ashafai you can download any song, album or playlist. See this apple doc for details: https://support.apple.com/en-au/HT204839

I see the issue you are raising and agree its a concern. Let me ponder on it. Another question that was raised is how do you tell the server which...

@stuartblair keep an eye on this project, it doesn’t do much yet but I’m expecting my team to get around to making it feature complete within the next 6 months:...

I am having this issue too. This test case exposes the problem: ```typescript it('does not create a rejected promise when no unmatched calls are made (defaultReturnValue alias)', async () =>...

I agree this is the desired behaviour for calls to define. The factory functions are not immediately executed as it is not known what to resolve the dependencies of the...

I'm writing some code that parses pact files, I can't see anywhere in the specification tests where provider state is defined. Should it be providerState or provider_state? And has this...

If you would accept a JSON Schema file for Pact I'd be happy to contribute it. I'd just need some guidance on where it should live and how we can...

I've made a start on creating the JSON Schemas and have a close to complete schema for Pact v1.0.0. I put it in a seperate project as I wanted to...