cavapoo2
cavapoo2
Seem's like calling ``` val dbWriter = context.actorOf( DbWriter.props(databaseUrl), DbWriter.name(databaseUrl ) ) `` means we have 2 Actors with same name in fileWatchers var.
yesh i have the book. Not sure i follow. is it meant to throw exception
note it might be partially working. when compile error occurs on long line, then function name is coloured yellow, and towards the end of the line it changes to purple....

import com.softwaremill.clippy.ClippySbtPlugin._ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" clippyColorsEnabled := true the above is now in my ~\.sbt\0.13\build.sbt is this correct ? still seems to grab the 0.5.0 version...
yes tried that. here is my .sbt/0.13/plugins/build.sbt addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.1-SNAPSHOT") here is my .sbt/0.13/build.sbt resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" import com.softwaremill.clippy.ClippySbtPlugin._ clippyColorsEnabled := true here is...
 looks better now. thanks
I spoke to a guy at lightbend. He said windows is not supported for the sandbox. The cli runs on windows (i assume he means the conductr commands). He said...
Would it be easier to just have an autogen script in the github repo that creates a deb package. Then it could be submitted to debian team, or contact the...