Thrillpool
Results
2
issues of
Thrillpool
If you try to do ``` io.circe.yaml.parser.parse(new InputStreamReader(null)) ``` Then you get a compilation error ``` type mismatch; found : java.io.InputStreamReader required: String ``` I would imagine this change to...
More an observation than anything else, since the readme does only guarantee support from node 12 onwards, though actually to me it looks like it would fail until node 14....