Aleksandar Damjanovic
Aleksandar Damjanovic
@KittyGiraudel: Wouldn't it be helpful to add a Gitter-Room for further communication?
@itJunky i am at version 18.10 and the following worked for me: - install latest nodejs (v10.15.1) / npm (v10.15.1) ` curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - ` `sudo...
ping @winterbe, any thoughts on this?
You are right, the type `akka.actor.CoordinatedShutdown$tasks$$TaskDefinition$` exists within the scala code of akka, but i am also unable to find it within the jar. I will try to find out...
It looks like the classes are not referenced in IntelliJ, but definetely present in the jar:
Is there anything i can help investigate with? Is there somewhere a contribution guide or sth like that? Didnt touch compiler plugins yet. Although the compiler complains about `...$tasks$$TaskDefinition$`, it...
Just checked that i'm not lying: **manifold disabled** -> compiles: [commit](https://github.com/codejanovic/manifold-sample-project/commit/e517049de01a014e7b8cb047d6bd2d0d181c3d99) **manifold enabled** -> wont compile: [commit](https://github.com/codejanovic/manifold-sample-project/commit/32900ae8561ff5ced8e5a03b86a6599768db8543)
@olakara @guschiavon I could fix it by specifing the jekyll environment variable: ``` environment: - JEKYLL_ENV=development jekyll build ```
Glad i found this one. I have got the same problem on Docker for Windows with Hyper-V. Looks like docker is kind of dying after this issue in my case,...