scala-kit
scala-kit copied to clipboard
Development kit for the Scala language
Hi, In a document, I have the following structure : - a fragment `XXX` of type `Group` - for each document inside the group, a unique fragment, called `YYY`, with...
I think I fixed #61, does it look good to you ?
**Issue** the HTML output of a simple Slice is not correct **How to reproduce :** - create a Slice of type 'text' and a new document - query the document...
Hi, `io.prismic.scala-kit_2.12` is not available on maven repos. Can you provide it please ? Thank you ! Sébastien
Hi When running `sbt run` the main method does not exit after `api.get(...).onComplete()` but instead hangs. It seems some thread is still active and not cleaned up. I don't see...