漓江丽火

Results 81 comments of 漓江丽火

@djspiewak Sorry for the error point. I voted not to implement this function. https://github.com/scalax/simple/blob/58140ab6332f83a50638cb6e77a17a04e3197a46/modules/main/simple-core/shared/src/main/scala/net/scalax/simple/core/Core3.scala#L3-L9 ```scala trait Core3_1[M[_], G[_]] { def apply[T]: M[T] => G[T] } trait Core3_2[F[_]] { def apply[A,...

Since #1051 is closed, copy the suggestion here. @armanbilge `spire` is a type level math repo. So I think we can make `log(Int, Int)` different from `log(double, double)`. In BigDecimal...

Same problem in MysqlAsyncContext with version 3.8.0. It seems that we should import a executeContext, but it should not to be necessary.

Now mysql async can just use runIO. So the problem won't disappear in a short time.

Perhaps we can see some code generate way in hibernate, ebean and so on.

@jilen 那文档是很久以前的事情了,而且总体思想似乎也是发生了不小的变化,但目前忙于如何应用,暂时分不出心思完善文档和测试用例,怕是要等个五一长假再砸些年假了。

@jilen 目前已经完成第一步的文档工作,其中第一章是问题总结,第二章是表层代码功能罗列。

我想在三阶段的文档都完成后再关闭这个 issue。

@hepin1989 For the database selection, I suggest that use `quill`. I think slick's deadlock bug is still exsists sine somebody has submited some deadlock issue point to 3.2.0. It not...