jbwheatley

Results 38 comments of jbwheatley

Its unclear to me how these work in pact-jvm. If anyone else is able to investigate how this should be supported in pact4s, that would be great. I don't quite...

is this not what we already provide with our [body syntax](https://github.com/jbwheatley/pact4s/blob/b69b720793d4702453949d015f373f12d1c62cf8/shared/src/main/scala/pact4s/syntax/RequestResponsePactOps.scala#L34)? A user can provide a case class and it will use e.g. a circe encoder to produce a DSL...

added these helpers (will be in 0.15.0)

you can override the port with `withStateChangeFunctionConfigOverrides` to avoid clashes

I wrote it that way originally because it was just easier to set a default port that to worry about propagating it and having more random vars being set all...

but lets leave this issue open to see if anyone else feels differently!

had a chance to look at this and i worked on a change to add your suggestion :) can go out in the next release

resolved in v0.14.0 (let me know if you still have issues)