Diogo Costa

Results 2 issues of Diogo Costa

I've created a Flare animation and have tried to use `FlareActor` to display it, however, I am experiencing lagginess when loading and running the animation. I have added an `AssetImage`...

Trying to trigger an `onConflict` with a `LOWER` variant of the column, is this possible? ```kotlin return db.insertOrUpdate(UsersTable) { set(it.email, emailFormatted) set(it.username, emailFormatted) set(it.firstName, firstName) set(it.surname, surname) set(it.dob, dateOfBirth) set(it.mobile,...