Srepfler Srdan

Results 45 comments of Srepfler Srdan

I think the main problem is that there's no common ancestor with the https://github.com/eclipse-ee4j/jaxb-ri repository which also has some structural differences compared to this version. I think ideally this would...

I've left them (Oracle) another comment on JAXB-917 in hope they'll reconsider adding it to their release train. Pretty shameful not only because this adds facets but Documentation and Annotations...

There's already a ticket on jaxb-ri https://github.com/javaee/jaxb-v2/issues/917 as it was I think previously submitted upstream and IIRC @whummer also signed the contributor agreement, I don't see too much activity on...

Looks like you are on a good path there, why don't you go a step further, debug the code and see which argument ends up being null?

The project does build a Scala.js module but I'm not sure if it's usable from JS.

Scala.js code can be used from a JS host environment as long as what you want to use is exported https://www.scala-js.org/doc/interoperability/export-to-javascript.html That said, I have no idea if the code...

> I know that cassandra just "recently" supports java 11 in new 4.x version (currently 4.0-RC2). I think lagom uses in development mode cassandra 3.x which is not working on...

I'm working on this: https://github.com/schrepfler/sequence-diagram-generator Unfortunately there's an underlying issue with SVG phantomjs rendering of the wavy full line, I've submitted this upstream, if interested I'll send you the ticket.

I tried rendering one of the svg based forks, it seems the wavy full lines get properly rendered now so I'll be waiting for the final release to make a...

My project is more/less usable now with the bump to snapsvg, no more issues with the un-renderable arrow. If anyone would like to give it a try and to iron...