Re: Proposal for changes to manage Shadow DOM content distribution

2015-04-22 Thread Erik Bryn
FWIW, we're working to implement what we call named blocks in Ember.js and believe this proposal aligns very closely to what our users have been asking us to build for them. - Erik On Wednesday, April 22, 2015, Tab Atkins Jr. wrote: > This is literally reinventing Selectors at this point. The

Re: Minimum viable custom elements

2015-02-05 Thread Erik Bryn
Thanks for the mentioning the Ember issue Chris :) I've filed it here: https://github.com/tildeio/htmlbars/issues/288 On Thu, Feb 5, 2015 at 7:13 AM, Chris Bateman wrote: > As an example I made a simple input-based Custom Element which prevents > alphabetic input, and dropped it in an very simple

Re: Separating Transclusion Mechanisms for Inheritance and Data Binding

2014-04-22 Thread Erik Bryn
*claps for sharing JSBin* Would love to see more of this on public-webapps when possible :) On Tue, Apr 22, 2014 at 10:46 AM, Dimitri Glazkov wrote: > BTW, here's a jsbin that implements yield/transclude using existing Shadow > DOM plumbing: > > http://jsbin.com/pacim/1/edit > > :DG< >

Re: Starting work on Indexed DB v2 spec - feedback wanted

2014-04-17 Thread Erik Bryn
In my mind, promisifying the IndexedDB API would be the highest value thing to end users. After using a very early version of localForage ( https://github.com/mozilla/localForage), I started toying with a lower level, promise-based, API wrapper with my EasyIndexedDB library. Here's some example us

Decoupling

2014-02-20 Thread Erik Bryn
Hi everyone, First time caller, long time listener. >From what I understand, the browser vendors seem to be bundling

Re: [webcomponents] Imperative API for Insertion Points

2014-02-18 Thread Erik Bryn
On Mon, Feb 17, 2014 at 11:03 AM, Edward O'Connor wrote: > I think Ryosuke's .add/remove are a better base layer than > . In fact, is straightforwardly > implementable / explainable on top of MO + .add/remove, but > there are several use cases that .add/remove address that are > difficult or impo