Taro L. Saito

Results 170 issues of 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...

enhancement

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

enhancement
help wanted

```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] ```

enhancement
help wanted

Currently Airframe uses the default logger (airframe-log). It might be useful if we can inject loggers (e.g., slf4j, scribe, etc.).

idea

- 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.

enhancement

**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 -...