Morten Kjetland
Morten Kjetland
You have some good points.. I'll think about it some more :)
Some more thoughts... This is actually more complicated.. I agree that user should decide if we can take snapshot. But the saved snapshot cannot only be the user-state.. If you...
This is probably fixed in master: https://github.com/akka/alpakka/commit/97f7e46fe41340e147115bb2680eb270150ac609#diff-a05dc5ecaacea54fb635b007c4260294R37
I'm currently writing a new jsonSchema-generator using Jackson (https://github.com/mbknor/mbknor-jackson-jsonSchema). It writes v4 schemas and supports Polymorphism used like this: ``` java @JsonTypeInfo( use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property =...
@Hronom @denis111 https://github.com/mbknor/mbknor-jackson-jsonSchema Is working quite nice for Draft 4. It is used in production many places. Feel free to send PR with support for 6 and 7 (if they...
@denis111 :) Any comments, @cowtowncoder ?
I think you have a too new sbt version. The project you are trying to build is using sbt 0.12.0 https://github.com/mbknor/ddsl/blob/master/ddsl-cmdline-tool/project/build.properties Could you try using an older version of sbt?
I think this one is fixed in 1.8 which include this fix: https://github.com/mbknor/gt-engine/commit/3f37b6e027acf365a147732dec907db76c56f23c It would be nice if you could check it out - even if it has been a...
Can you post the relevant source related to tags.HTML5ValidationTags.tag_input(HTML5ValidationTags.java:126) ?
Hi, And thanks for being interested in this project. But since I have not worked on it since Apr 16, 2013 and is not in any way using it any...