Dmitry Obukhov

Results 13 issues of 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`...

enhancement

Support scroll down to create new task

S:Idea Backlog
T:Enhancement
Apple

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...

S:Idea Backlog
T:Feature
Apple

Should user's realms be deleted in case if the user is deleted in a dashboard? Related issues: #13, #93.

T-Feature

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,...

Epic

Sync features on Linux should be unlocked by using special token (most likely on CI). refs #27

T-Internal
Pipeline-Idea-Backlog

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.

T-Bug

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,...

T-Bug-Crash

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...

T-Enhancement