Jac

Results 18 issues of Jac

They were: textColor = accent BackgroundColor = transparent ![photo_2019-01-17_09-33-06](https://user-images.githubusercontent.com/26005662/51308837-f9a0c880-1a3a-11e9-919e-58a7390aebe0.jpg)

``` @Entity public class Note { @Id public long id; public String title; public ToMany tags; } @Entity public class Tag { @Id public long id; public String description; public...

enhancement

How to make a query like this? noteBox.query() .equal(Note_.title, queryString) .link(Note_.tags).**totalRecordsGreaterThan**(0) .build() .find();

enhancement

// Single level collections are also supported if serializer is set. See: Gson serialization https://github.com/Kotlin/kotlinx.serialization

Kotlin: ``` val texto = Spanner() texto.append(text, font("Roboto Slab")) ``` It must be my mistake.

When you paste text, the formatting of the text that was already there disappears.

Warning:co.metalab.asyncawait.RetrofitExtensionsKt: can't find referenced class retrofit2.Call Warning:co.metalab.asyncawait.RetrofitExtensionsKt$awaitSuccessful$1: can't find referenced class retrofit2.Call Warning:co.metalab.asyncawait.RetrofitExtensionsKt$awaitSuccessful$1: can't find referenced class retrofit2.Response Warning:co.metalab.asyncawait.RetrofitExtensionsKt$awaitSuccessful$1: can't find referenced class retrofit2.Call Warning:co.metalab.asyncawait.RetrofitExtensionsKt$awaitSuccessful$1: can't find referenced class retrofit2.Response...