hoshikon
Results
2
issues of
hoshikon
When I combine these routes and hit the second route, it returns **405 Method Not Allowed**. I don't know if this is intended or a bug but I would prefer...
bug
This does not compile: ``` test("This does not compile") { import io.circe.Json import io.circe.literal.json case class Wrapper(json: Json) expect(Wrapper(json"{}").json == Json.obj()) } ``` error: ``` [error] 670 | expect(Wrapper(json"{}").json ==...