mlvn23
mlvn23
I also encountered this issue, and the work-around is to use devicemapper instead of AUFS. Add this line in /etc/default/docker: DOCKER_OPTS="--storage-driver=devicemapper" and restart the docker service.
Seems to be due to sbt/sbt#1729. I can also reproduce this issue on scalajs-spa-tutorial's Play version by adding a new method (rename works) in the shared API and hitting refresh....
I have a work-around in https://github.com/ochrons/scalajs-spa-tutorial/issues/25. It basically ensures that all router invocation gets recompiled when the Api trait changes by putting it in the same file as its implementation.
This would fix #23
I see the null exception with Jackson and deadlocks on the others when I run many tests in parallel that uses the case objects directly (with mixed Scala and Java...
@sjrd, first of all, thanks for ScalaJs! I've been re-writing my app in ScalaJs for a few months now, and I couldn't imagine going back to plain JS. I'm currently...
Yes, I agree that versioned docs would be an overkill. If we could reference somewhere on how do achieve certain things on older versions, that would help.
Maybe implement this feature like this: https://github.com/Keyang/node-csvtojson#empowered-json-parser. I think this allows arbitrary nesting of data in json while still being easily editable in spreadsheets. TLDR: it describes the data hierarchy...
Ok, thank you. I've converted some pretty sophisticated JS libraries and so far so good. Thanks for working on this tool. We can close this as duplicate.
Look at the resulting class and/or src_managed in the target directory with your editor