JoeCordingley

Results 3 issues of JoeCordingley

Is there any documentation or a microsite? I can't find any links.

The documentation on the front page makes it difficult to pick up as a new user: ```scala import json._ val personSchema: json.Schema[Person] = Json.schema[Person] ``` isn't going to work because...

question
documentation

This line just blows up the compiler in scala 2.12.x. In https://github.com/underscoreio/shapeless-guide/blob/master/src/pages/labelled-generic/literal-types.md . Issue here: https://github.com/milessabin/shapeless/issues/674 . Perhaps just a note not to try it with scala 2.12.x?