Bryan Jones
Bryan Jones
@danieltabacaru Consider this scenario where we have Realm's usual example (an app with `Owner` and `Dog` and the usual relationship between them). ## The Problem: 1) There are two users...
@danieltabacaru Also worth pointing out that this problem really only manifests when multiple users are accessing the same database. Realm's original design seems to have been more focused on a...
@danieltabacaru the alternative footgun is better? (10 `Dog` objects that are invisible and orphaned in the database?) Local work that is suddenly vaporized behind the user's back simply because his...
@danieltabacaru (As an alternative, I have previously requested an option that forbids writes when sync is offline. There appears to be no interest in that, however, because Realm is "offline...
@nirinchev that's fair! Is there a set of APIs Realm could offer that would help developers here? For example, could Realm post a notification or call a specific (optional) handler...
I suspect this is because Rollup 4 moved to compiled node binaries. Unfortunately, I don't have a fix—just the observation that it might be a while before one arrives because...
Are you using Vhosts for your external server? What name have you assigned to the virtual host?
Hmm... I could potentially fix this, but I have to do some performance testing to make sure it's viable. Replacing all instances of string 'xyz' is very fast. But if...
If I understand correctly, the `no-obscure` flag means: "Don't obscure this password I'm giving you; it's already obscured." It also seems that this flag is designed to be used only...
> In the same way we don't implement file type icons for tabs, we aren't implementing them for vertical tabs either. @wbond This is a mistake. Distinct, colored icons for...