Matt Fellows
Matt Fellows
In use cases such as Docker, it's common to move around things like hostnames and ports - this makes configuration files brittle and less flexible. Supporting e.g. the ability for...
Given a Muxy configuration as follows, we expect only ports `8181` and `8282` to be shaped. However, it does in fact still slow down other ports. ```yaml - name: network_shape...
e.g. `muxy config --generate --proxy=http --middleware=delay,tamperer`
In some cases, we don't want the proxy to send the request downstream at all - the ability to return a controlled stub could be useful. Need to think about...
DNS issues are are not so common but the severity can be extremely [high](https://www.itnews.com.au/news/revealed-ibm-error-caused-nab-outage-438970). Add support for hosting a primary zone with the following HL requirements: * Ability to "proxy"...
The README still has a link to this [old workshop](https://github.com/DiUS/pact-workshop-dotnet-core-v3/), which is quite outdated relative to the current status of this project. Ideally, this workshop is updated to reflect the...
We are on the lookout for a new .NET framework maintainer to take Pact through to its next phase of the journey. Pact has experience massive growth over the past...
The fastapi example (and perhaps the others) are a little misleading to newbies. The following [lines](https://github.com/pact-foundation/pact-python/blob/master/examples/fastapi_e2e/tests/provider/test_provider.py#L23-L25) would suggest that there is pact mock on the provider side, when in reality...
**Are you using OpenAPI 2, 3.0.X, or 3.1.0?** 3.0.0 **Would this solve a problem or make something easier?** Solves a problem. **What would you like to happen?** Checking that your...