Nathan Fischer
Nathan Fischer
as suggested by @lefou a workaround is to make javaapi a `ScalaModule` and `def artifactSuffix = ""`
I'm having a similar issue [on travis](https://travis-ci.com/blackdoor/jose/builds/107262695#L744) where there's a problem invoking GPG, but I can't see what it is. It would be hugely helpful if I could see the...
I _think_ we established in #2020 that the MIMA issue is acceptable.
I'll start on the documentation if the api looks generally fine. Two questions on the docs: 1. What are the main safety concerns you want to cover? The two big...
Just chiming in - this also worked for me. Scala 2.11.7 SBT 0.13.8 java sources and java junit tests won't run without "crossPaths := false"
Same issue on SBT with dependencies in a branch. `java.text.ParseException: inconsistent module descriptor file found in 'https://jitpack.io/com/github/myorg/repo/submodule_2.11/develop-b2122a75b1-1/submodule_2.11-develop-b2122a75b1-1.pom': bad revision: expected='develop-b2122a75b1-1' found='develop-SNAPSHOT'; `
Support for this would be great. Right now our logs are littered with > Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: PROXY entries, I'm not aware...
Chiming in with an IOT use case where the client IP address is not stable and the client is in an unknown and probably NAT'd network. Also of interest to...
So the reason this happens on the akka http client is that `singleRequest` creates a promise which is sent in a message to an actor. The actor completes the promise,...
Yes `propagate` is just a simplified version of `isolate` for Future and looks to work in place. It's become clear to me that the twitter style local is natively incompatible...