Stanislaw Baranski
Stanislaw Baranski
https://github.com/lerna/lerna
Hello, As far as I understand the package does not allow adding multiple images of the same person, the `update` function just replaces the embeeding. Do you consider adding this...
Hello. Is there any way to support different viewTypes that doesn't extends Model like AdExpressViewHolder ? The problem is that in your implementation onCreateViewHolder must return something that extend Model...
### Asking a question, not reporting a bug - [X] This question is not about a bug ### Is there an existing issue for this? - [X] I have searched...
Hello, Is it a bug, that I can't reference on binary primaryKey ? Here is my case: ```kotlin object Books : Table() { val hash = binary("hash", 16).primaryKey() val title...