David Denton

Results 17 issues of David Denton

Suggested by @ncreep: Something along these lines http://azimi.me/2015/07/16/split-swagger-into-smaller-files.html it should be simple to add, since we just need to get the description base-paths from each of the other modules and...

enhancement

Is there a plan to add support for the new Scala version? I don't mind submitting a PR to get it done (assuming it's not blocked), but would like to...

The inclusion of `"org.slf4j" % "slf4j-simple" % "1.6.4"` as a dependency causes problems with multiple `StaticLoggerBinder` implementation warnings: `SLF4J: Class path contains multiple SLF4J bindings.` Due to the inability to...

For http4k, we have just (hopefully) worked around an issue where the Host header sent with requests differs between the benchmarking suite and the build. In the build and verification...

We are blocked on this: https://github.com/Kotlin/dokka/issues/294

bug
blocked

The version of the websocket client that we use has been updated to support reconnection. Upgrade the library and work out how to support auto-reconnection in our API.

enhancement

For consistency, removing all of the extra options for server configuration apart from a consistent base set. This will be breaking, but will help users in the long run (and...

next major version

**Is your feature request related to a problem? Please describe.** We're looking at the possibility of creating a module in [http4k](http://www.http4k.org/) to support Specmatic, which would allow users to run...

feature_request

HTTP allows multiple headers/queries with the same name to be sent, as well as for there to be null values - eg. `/path?query=1&query&query=3` This is problematic if we are capturing...

enhancement

2.20.60 of the Amazon SDK made the protocol switch from form parameters to JSON payload by default (minor point release!). This has exposed that the FakeSQS (and SQS client) does...

enhancement