Derek Kent

Results 5 issues of Derek Kent

#### Expected behavior and actual behavior. Expected: Show date and time of the most recent commit in the commit history for an author. Actual: Shows the date and time of...

bug :bug:

### Proposal: Add an `` tag that functions similar to the dual ``, which can be used as an attribute or as its own node. `each` would take a single...

Add support for the `skipNode` method in addition to `skip`. See: https://github.com/google/incremental-dom/commit/ec0537be2a698f33c44565702fdb8b33b03ec724 This was only added a few weeks ago and has yet to even be rolled into a release...

If two different template partials are being used with the same relative path, they collide and one will overwrite the other. For example: `/example/abc/template.html` with `{{> ./partial.html}}` and `/example/def/ghi/template2.html` with...