Theone Eclarin
Theone Eclarin
**Describe the feature request** Since attachments are stored as their metadata in the form of JSON objects in the underlying CouchDB for BudibaseDB, external data sources should be able to...
Hello, would like to request for an icon control that supports morphing animation between icons with a support for easing functions and duration :))
It might be easier to implement styling into the current Badged Control when it is decomposed into two controls: a Badge Control and a Badged Control. The badge control will...
### What happened? `EmbeddedObject.Parent` is not returning anything after being added to realm ### Repro steps 1. Create a `new RealmObject()` with an `EmbeddedObject`, `IList
### Description **_For the sake of conciseness, I'll refer to both `RealmObject` and `EmbeddedObject` as `RealmObject`_** ### Workaround The current API does not provide a way for developers to execute...
**Describe the feature request** When uploading attachments, the entire blob is loaded in the payload for a POST request instead of streaming the file. This puts a limitation to the...
### Description _I'm completely aware this goes against the default zero-copy architecture of Realm, but for the sake of performance critical applications, I do hope this gathers attention._ --- By...