Andrew Wagner

Results 7 issues of Andrew Wagner

The ideas was initially discussed [here](https://github.com/drewag/Decree/issues/3). Even outside of auth, certain endpoints may want to include custom headers. The big question is whether to think of those headers as additional...

enhancement

Add a block parameter that accepts the value of the observed property and returns the value to be set on the observing object.

enhancement

The UITableView binding requires that an array property triggers granular KVO notifications for insertions, replacements, and deletions which an NSArray does not do by default. The binding should enable these...

enhancement

Ensure two properties are always in sync regardless of which one is changed.

enhancement

It was previously missing the ending semicolon

Start with content like this (`|` represents the cursor). ``` 1. 2. |Two ``` Then press the backspace. It produces: ``` 2. Two ``` Instead of ``` 1. Two ```...

bug
plugin:indent-list

**Description** This adds the ability to render custom cursors from Yjs. It does not provide a default rendering and it does not update active users.

medium