James Selvakumar
James Selvakumar
Hi @mentrena, Thank you very much for this amazing library. We are using Realm 10.20.1 + SyncKit 1.3.0. We recently had to change the data type of a column. But...
Hi, SyncKit is just being integrated into our app which uses Realm as the local database. Whenever changes are made to the local Realm, CloudKitSynchronizer is called to sync with...
SwinjectStoryboard depends on Swinject 2.7.1. Since we use SwinjectStoryboard in our project, this has been blocking us from using the latest Swinject version. There is an open issue [169](https://github.com/Swinject/SwinjectStoryboard/issues/169) highlighting...
I have two Realm entities where one has a relationship with the other. ``` class Child: Object, ParentKey { @objc dynamic var id: String = "" @objc dynamic var parent:...
First of all, I would like to thank for this amazing JMeter plugin. It'll be great if this plugin is available as a Maven dependency.
When a record is referred by more than 750 other records, I get this error: ```