Michael Aufreiter
Michael Aufreiter
 it doesn't happen with other computer. Just wanted to track it... seems removing the border-bottom line makes it look normal again. It's really strange the browser messes this up.
For Lens I'd like to access all figure_refs for a given node. So I'd have to tell the index that it should take the nodeid which corresponds to the first...
Currently for properties we only specify a type. ``` js "location": { "type": "location", "name": "Location", "properties": { "name": "string", "citizens": ["array", "person"] } } ``` Maybe we should change...
Like: ``` js graph.map("by_name_and_language", function(obj) { this.emit([obj.get('name'), obj.get("language")], obj); }); graph.find("by_name_and_language", ["Michael", "German"]); ```
Should make things way faster. Most of the times you don't need to access Data.Objects using a particular value. And when you do, you should be able to calculate those...
As happend with Substance's user.tan field when being reset.
Write a test case for this. Use the `version` property of `/type/comment` as a reference.
By Charles Munat: Rather than provide an error object with message and property name, why not return as the error object the property's type info itself, merging in a message...