Taro L. Saito
Taro L. Saito
## Problem Use scala-parser-combinator ~2.0.0~ 2.1.1, which is compatible for Scala 2.11 - Scala 3.0.0. If a project using twitter-util has a dependency to scala-parser-combinator 2.0.0 with sbt 1.5.x, an...
To resolve SQL types, we also need to manage SQL function types, which can be retrieved with `show functions` (in Trino). This PR adds SQL function type managers.
``` -read various types of data as string4.92ms
Creates an async HTTP interface based on Rx[HttpResponse] - Scala.js UI often needs Rx response types for rendering DOM - Scala Future is not always the best option for async...
- [ ] Router needs to register a trait factory in Router macros. This is for instantiating the server side API from RPC traits. - [ ] Prepare a trait...
This feature is only for Scala JVM. - [ ] Split the runtime-reflection related code in CompileTimeSurfaceFactory between Scala JVM and JS (e.g., dotty types, TastyReader are not available in...
# Scala 3 (dotty) - [x] Use Scala 3.0.0 #1639 - [x] Add a basic configuration - [x] Extract AirSpec as an external project #1992 - [x] Test Scala version...
AirSpec for Scala 3 JVM is already available, but Scala.js with Scala 3 support is missing. Because of this, modules like json, msgpack, rx, rx-html, etc., which already support Scala...
```scala object MyMacros { def typeNameOf[A: Type](using Quotes): Expr[String] = { val name = Type.show[A] Expr(name) } } object Test extends App { inline def typeNameOf[A]: String = ${ MyMacros.typeNameOf[A]...