Arthur

Results 14 comments of Arthur

I can't see the progressbar at all if i set a custom width/height for the fab ``` ```

Coming from realm, which has the same issue, this would be a major addition that saves us from writing boilderplate code. The main use case(for me) is when we convert...

What's the status on this? _It's been 85 years_

I concur in regards to having an annotation based solution `@ToOne` `@ToMany` POJOS or in this case entities should not be closely tied to a database. Having something like: `@Many...

@zigzago Not sure i understand the issue. This is decodable by kotlin serialization ```kotlin @Serializable data class MyData(val id: String, val stuff: kotlinx.serialization.json.JsonObject) ``` Why does kmongo throw? ```java java.lang.IllegalStateException:...

Is it possible to use a serializer to transform a kotlinx JsonObject to a bson JsonObject and vice versa? As far as i know, bson JsonObject can be sent with...

@clj0020 It holds a reference to the object that implements the interface, in this case the activity. There are better ways to notify the UI, try using `Live Data`.

I assume this is not fixed yet, using **v0.2.2.** Folder structure: `data/characters01` (No other files/folders in `data` except for character01) If i set the root folder as **data**, i get...

@AlexGuiraoLopez Can you set the workspace path explicitly? You can do this like so: ```yaml script: - pipe: mobiledevinc/maestro-cloud-upload:1.2.0 variables: MDEV_API_KEY: "" MDEV_APP_FILE: "" MDEV_WORKSPACE: .maestro (or path to wherever...

#403 Adds copy text from element and paste into text field. @ateslovan Does this resolve your issue?