Grzegorz Slowikowski
Grzegorz Slowikowski
When releasing multi-module project ([scoverage plugin](https://github.com/scoverage/scalac-scoverage-plugin)) I've had exception: ``` java.net.ConnectException: Connection timed out: connect at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589)...
Create library version containing only jcoffeescript classes, without Rhino classes. Sometimes this is necessary to avoid multiple Rhino versions in the classpath (we use YUICompressor, and it has it's own,...
Unit tests failing on Windows fixed. "\n" replaced by System.getProperty("line.separator"). You can polish them (get system property and assign it to a variable once and use this variable).
We can talk about it when you will have time.
There is only one distribution (you used to have two: min and full). We can talk about it. We can discuss about dependencies too (for example, I don't know what...
There is no problem when using Akka HTTP server, but after switching to Netty, when I run `sbt run` (development mode) the first page shown is `Database 'default' needs evolution!`....
## problem Published `pom.xml` files contain: ``` xml bintraysbtmavenreleases bintray-sbt-maven-releases https://dl.bintray.com/sbt/maven-releases/ default sonatypesnapshots sonatype-snapshots https://oss.sonatype.org/content/repositories/snapshots/ default bintraysbtmavenreleases bintray-sbt-maven-releases https://dl.bintray.com/sbt/maven-releases/ default ``` ## expectation Artifacts published to Maven central repository should...