Lucas Satabin
Lucas Satabin
In the test, can you try making an implicit ISO-8859-1 charset available in scope of the test and see if it solves it? `bodyText` takes an implicit charset, which is...
No I meant something adding `implicit val charset = Charset.forName("iso.8859.15")` or similar in the test itself. Since no encoding is provided in the answer, you need to specify how to...
I am not a fan of what I did with the `CharLikeChunks`, it is not flexible enough, and I was thinking about a better approach for 2.0, that would allow...
Yes I was waiting for it to be a bit stable, but I indeed intend using it. Thanks for reminding me about this topic.
Ok sorry last time I checked it was still in early stages, I will try the migration.
Closed by #315
I decided to merge this PR without support for SST because: - STT can be used to implement features that are independent from SST (e.g. query languages) - SST require...
Linked to #44.
Indeed this needs to be fixed. Thanks for reporting.
Hi @ennru, we are using nanoc to generate our [fs2-data website](https://fs2-data.gnieh.org/) and cannot upgrade due to the lacking module. My understanding is that only the sbt project is missing in...