Geferon

Results 6 comments of Geferon

The same also happens if a string starts with a %, though the exception is different: ``` YamlDotNet.Core.SyntaxErrorException: '(Line: 1, Col: 38, Idx: 37) - (Line: 1, Col: 39, Idx:...

Any updates regarding this? Would be interested in being able to start a project with Kotlin DSL, as some plugins I usually use with Gradle only work on Kotlin Gradle.

For anyone that runs into this issue but still needs to use Domino, Angular has a forked Domino repository which works with v17s SSR: https://github.com/angular/domino It's not on NPM though,...

Alrighty, makes sense! Should I leave this issue open until then?

As I imagine, this is done because of the constructor that creates the file stream. This should only really be handled with an internal variable such as "_disposeOutput" which only...

Oh huh, I didn't see it... Still unintuitive and not the appropriate way of streams handling output streams but, if you say this would break existing consumers then so be...