Erwan Loisant

Results 33 comments of Erwan Loisant

OK, I'll see if I can work around the "open from the app" issue before ironing the rest out.

Nobody from the dev team to chime in? Was it a mistake to deprecate them? If not maybe the javadoc of the deprecated constructors should be updated with the new...

liff: That would definitely work, actually that's how it's done in Play Json: https://github.com/playframework/playframework/blob/master/framework/src/play-json/src/main/scala/play/api/libs/json/Reads.scala I think that it's a pretty common use-case. When you're working with jsonFormatX it's fine, but...

It's doing this call: curl --ipv4 --silent -H "Content-type: application/json" --data null http://localhost:2000/checkalivestatus And apparently tries to parse it as JSON (I'm getting "omnisharp--json-read-from-string error"), but the Ensime server just...

hi 👋 I can take care of it if you want!

For circe-generic-extras: https://github.com/circe/circe-generic-extras/pull/110

circe-derivation: https://github.com/circe/circe-derivation/pull/269

@travisbrown yes, it's nice not to have to repeat the Scala version. just 2 comments: - I'm not sure why the `clean.yml` file is generated, it doesn't seem to be...

apparently there is a PR now, not sure what's the status of it https://github.com/com-lihaoyi/fastparse/pull/262

What's the status on that, any reliable solution found?