Taro L. Saito
Taro L. Saito
refined can add restrictions over types (e.g., primitive types). It seems we need to add a pattern matching rules for this: https://github.com/fthomas/refined - refined also uses Either. airframe-codec should support...
We may need to add support around here: https://github.com/JetBrains/intellij-scala/tree/idea192.x/scala/runners/src/org/jetbrains/plugins/scala/testingSupport
```scala abstract class A { abstract def .. } // -> MISSING_DEPENDENCY is thrown. This error message should show the type A is abstract type Design.newDesign.bind[A].to[A] ```
Currently Airframe uses the default logger (airframe-log). It might be useful if we can inject loggers (e.g., slf4j, scribe, etc.).
- Request latency - Number of connections used in a pool - DNS lookup latency - etc.
```connectionPool.queryWith(...) : Seq[A] ``` can close the connection while processing iterator. We may need to support opening the connection lazily.
**Describe the bug** sonatypeDrop may fail occasionally even if the operation has succeeded: ``` {"errors":[{"id":"*","msg":"No activity for repository: orgwvlet-1434"}]} ``` **How to reproduce the issue** - sbt version: 1.6 -...