unoexperto

Results 41 issues of unoexperto

Please add message of `IncompleteClassHierarchyException` to following wrapper exception in ProGuard.java ``` throw new RuntimeException( System.lineSeparator() + e.getMessage() + System.lineSeparator() + "It appears you are missing some classes resulting in...

Hey guys, I found out about your set of libraries because I recently switched to doobie. Could you create comparison chart that compares fs2-http and akka-http (both client and server...

Following call fails with casting exception in `TLChatFull.deserializeBody` ``` val request = new TLRequestMessagesGetFullChat request.setChatId(1234567 val response = api.doRpcCall(request) ``` callstack is ``` java.lang.ClassCastException: org.telegram.api.chat.invite.TLChatInviteEmpty cannot be cast to org.telegram.api.chat.invite.TLChatInviteExported...

https://github.com/rubenlagus/TelegramApi/issues/56 (cherry picked from commit 98abaaf)

I think `TwirlCompiler.compileVirtual` should not depend on `File` object to template because internally it's used only to generate template name. This prevent clients from compiling twirl templates on the fly....

status:backlog

@muuki88 I wish you guys wrote more in documentation because upgrading from .2 to .20 pretty much broke all my builds. Setting `dockerPermissionStrategy := DockerPermissionStrategy.None` is not helping. I'm still...

documentation
docker

I haven't used `sbt-dependency-graph` for a while and just noticed `dependencyTree` is not priting any output. I'm on sbt 1.2.7, Scala 2.12.7. What am I missing ? Here is how...

How do I support serializing of `Seq[T]` via `SimpleArrayJdbcType`? For some reason I get compilation error when I have projection to type `Seq[T]`. Strangely I don't see any references to...

question

I encountered totally mesmerizing runtime errors with proguard-protected backend project. Errors looked as if ProGuard removed something that it should not have removed according to configuration. At first I thought...

I apologize for asking in an issue but I wasn't sure how to contact you @oshai. Is there streaming support? Looking at `ResultSet` I see that it's expected to load...