Jean-Baptiste Beau
Jean-Baptiste Beau
+1 How to change line spacing for the whole text, or for specific elements? @kacper1703 how would you integrate this code with the MarkdownKit library?
Any idea about when functions will be added to the Kotlin SDK?
And now that's it's done? 😁
Getting same issue
Since `@ObservedRealmObject` can't be used for embedded objects, and given the nature of embedded objects, it would seem more logical to me that changes in embedded objects are propagated to...
@leemaguire Here's a minimal example: ``` import SwiftUI import RealmSwift class Parent: Object, ObjectKeyIdentifiable { @Persisted(primaryKey: true) var _id: String = UUID().uuidString @Persisted var name: String = "" @Persisted var...
Thanks for the explanation. That feature would be great. It's because of small details like this that I often have to create my own property wrappers and can't use the...
That could actually be a general bug in SwiftUI, according to [this SO answer](https://stackoverflow.com/a/60151028/3780788). I'm currently investigating this.