Darkbish
Darkbish
上班根本不打打开这上面的任何一个链接
Yes, apt package does not work, I clone this repository and install by `install.sh` works.
@vincentlauvlwj 测试了下,这样不行,tm.userId.referenceTable 是 null 值
@vincentlauvlwj 又出现了另一个问题了,如果先使用 `references` 进行绑定的话,如果对象的值设置的是 `user.id` 而不是 `userId` 的话,插入的时候会忽略掉该值,导致插入失败(不能为空的列插入空值),所以只能采用 ```kotlin val u = tm.userId.allBindings.filterIsInstance().map { it.referenceTable }.first() as Users ``` 这种方式进行表引用 我觉得现在这个设计很容易引起上歧义,文档中也没有进行相应的说明,好容易掉坑里
I use right button for gesture and left button for drag. When I select some words, drag it to search, it will re-select words actually. I think maybe scrollbar-anywhere cancel...
I am busy recently, lot of work and personal things to do. I'll take a look when I have time.