Edd Steel

Results 5 issues of Edd Steel

I'm seeing the following in my coverage report: ``` 11 def interpolate(sep: String)(list: List[Array[Byte]]): List[Array[Byte]] = list match { *12* case Nil => List*()* 13 case List(x) => List(x) 14...

With the following data class: ```kotlin import com.fasterxml.jackson.annotation.JsonPropertyOrder @JsonPropertyOrder(alphabetic=true) data class Object(val a: String, val c: Int) { val b = false } ``` and the following main function: ```kotlin...

has-test-case

`--data` assumes form encoded data, and does some processing like removing line-breaks. For other kinds of payload `curl` recommends you set `Content-Type` and use `--data-binary`, which is now possible with...

Version: 3.0.7 TL/DR: dropwizard-default HTTP client leaks connections if the response is both chunked and compressed Reproduction steps: run this app: https://github.com/eddsteel/zipped-chunked Hi folks, I'm seeing a connection leak in...

blocked

Adds details about the existing nix/nixos package for `ki`. This can close #110 .