Dmitry Obukhov
Dmitry Obukhov
test issue
Now you could check if your singleton subclass has already been initialized by checking `isInitialized` before calling `[super init]` because DOSingleton will set this property to YES in its `init`...
Support scroll down to create new task
As @bmunkholm suggested (and there is the same feature in iOS) when there are no tasks a placeholder with a quick help (like "Press the + button to create a...
Should user's realms be deleted in case if the user is deleted in a dashboard? Related issues: #13, #93.
Supported formats by the Cocoa Browser are: * CSV * XLSX Not sure if XLSX really makes sense and if there are any 3rd party node modules to parse it,...
Sync features on Linux should be unlocked by using special token (most likely on CI). refs #27
XLSX import doesn't work neither with https://github.com/realm/realm-cocoa-converter/blob/master/RealmConverterTests/Assets/restaurant.xlsx not https://github.com/realm/realm-cocoa-converter/blob/master/RealmConverterTests/Assets/users.xlsx, got an empty schema.
In case of XLSX `ImportSchemaGenerator` fails while creating schema: number of properties in schema doesn't mach the number of columns. In case of CSV schema contains properties with empty names,...
Proposed in: https://github.com/realm/realm-browser-osx/issues/261 If the connection was lost while editing remote Realm the changes that had been made offline can potentially be lost if the Browser window is closed before...