Takatomo Torigoe
Results
2
issues of
Takatomo Torigoe
I use a lot of time arithmetic in my microservice. I would like to port this implementation to ScalaPB. 8 operations are implemented. - Duration + Duration = Duration -...
The type of "val a" in dA.scala is Double. However, the type of "1 / n_visible" is Int. Undesirable Implicit type conversion may occur as following example. ``` scala> val...