Results 4 issues of Gregor Purdy

### Are you looking for help? A project depending on "com.typesafe.play" %% "play-ws" % "2.6.3" brings in transitively ``` [info] +-com.typesafe.play:play-ws_2.12:2.6.3 [S] [info] | +-com.typesafe.play:play-ws-standalone-json_2.12:1.0.4 [S] ... [info] | |...

status:backlog

Since there are significant concerns about handling ``, there should be an example program that shows how to properly prepare input text for that case and pass to the train...

It is not possible to do this with zio-json-interop-refined:`JsonDecoder[ast.Json.Obj Refined Empty]`. This is because the `Empty` validation requires the target to implement `Iterable`, and `ast.Json.Obj` does not. There may be...

help wanted

There should be a `decodeInputStream` method on `JsonDecoder` for JVM. I'll provide some notes on my use case (and performance) and how I wrote an equivalent in user-space. I have...