Tim Oliver

Results 47 issues of Tim Oliver

While it's already possible to modify individual properties of objects, the ability to add an manipulate data within .realm files needs to be greatly enhanced. ### Essential Operations - Add...

T-Enhancement

For data objects containing common format data (such as images and potentially sounds), the browser should be smart enough to identify these by their [magic numbers](https://en.wikipedia.org/wiki/Magic_number_%28programming%29#Magic_numbers_in_files) and display a preview...

T-Enhancement

Use a library like Core Plot to graph data points in a .realm file

T-Enhancement

_From @timanglade on May 4, 2015 15:12_ Submit a design proposal (markdown file PR’d against realm/realm-cocoa) to propose a new code architecture for our design, accounting for #1387. _Copied from...

_From @puttin on April 16, 2015 2:57_ as the title _Copied from original issue: realm/realm-cocoa#1762_

T-Enhancement

_From @yoshyosh on January 22, 2015 2:13_ Here are the browser designs https://www.dropbox.com/sh/l4oby8qv58aom6w/AABNKpT_AqopP-1QoQgb9bKda?dl=0 The main problem comes from accessing linked objects. With this design, when you click a link it...

At the moment, the Realm Browser is read-only. The data may be viewed but cannot be edited. Down the line, depending on how useful this might be, it would be...

At the moment, there's no logic for detecting when a Realm object's properties have changed and to reflect those changes in the Browser. This is mainly just a matter of...

Realm objects can have array properties of both primitive data types as well as child objects. There's no logic to display lists of either type in the Browser at present....