Marius Rackwitz
Marius Rackwitz
I was thinking about similar ideas using protocols and default implementations. You could also extend that to nearly all checks which need to be done. ``` swift protocol ExistingPath :...
> I did some more research, but it doesn't look like there's any way to 'lock' a write transaction across multiple devices. If a second write transaction occurs, it will...
There was a regression within the permission management system when using admin users to operate with unowned Realm files (in the global scope, e.g. `/global`). We've a fix and bumped...
>>I would like to add to this, that in case the permission is granted using PermissionChangeOffer, it is important to have the option to invalidate the token after use. Otherwise,...
> At the moment it seems like a SyncUser == credentials, instead of SyncUser has many credentials. That's the limited way it is exposed so far. But we thought about...
## 4. Alternative: Using Composition instead of Inheritance Instead of using inheritance, you can avoid it and it's current limitations with Realm in some cases at all by composing your...
@wanbok: You would need to manually take over the value of the `id` property on `Animal` into a property you defined in each of your classes, here `Duck` and `Frog`....
Maybe this could be also done via a postinstall script? That should make it very obvious.
This might be not relevant to the issue creator at this point in time, but I just lost a considerable amount of time through the fact that this feature is...
I'm seeing this issue as well after we migrated to GitHub Enterprise. 🤔