Michael Aufreiter

Results 113 issues of Michael Aufreiter

The name of the attribute, that connects two resources, should be displayed. At least on hovering over the particular edge.

preview

For now Ken only returns simple properties. Support for so called mediator properties (aka ‘CVT’) should be added. To be honest, I just don’t know how to wrap them appropriately...

In my usecase (https://github.com/michael/substance) contents of an article are spread across multiple CouchDB Documents. There's an article that contains multiple sections, each containing content. ``` { "_id": "/article/1" "type": "article",...

Good points you made in the TODO list. There are two use-cases (at least in the case of the composer). - Adding annotations / comments during editing - Adding comments...

Hey :) Would you be interested in having a CouchClient#merge (or #update) method that requires an _id and just updates the attributes provided, while leaving others untouched? This would make...

We ditched the composite node, thus we need to reimplement lists in the converter and ListView (Substance.Nodes).

The current builds of IO and Lens are quite heavy since they contain stuff we only need for editing. Maybe we want to get rid of the commander / mousetrap...

### Describe the bug While initially all `todo.ref` class fields are set properly, as soon as I mutate the `todos` array (e.g. when doing `todos.splice(1,0, new Todo('Clean toilet'))` the `todo.ref`...

Update outline as images are loaded (use dom mutation events)