Jay Phelps
Jay Phelps
## Spec compliancy - [ ] Update to support both the old and [new spec](https://github.com/wycats/javascript-decorators/pull/36) (coming in [Babel 6](https://github.com/babel/babel/issues/2168)) - [ ] Waiting on decorators [to be implemented](https://github.com/babel/babel/commit/69fb1854d79e25f63e0b7553ba966716397eb382) in Babel...
The most important bug of all. This issue was created to kindly remind you that we loved your presentation and we're all waiting in agony for a release, even if...
Right now everything inside `.nf-graph` is made non-selectable/draggable. This prevents someone from easily copying numbers, labels, etc which I don't think was the intent. ``` css .nf-graph * { user-select:...
Apparently when I did https://github.com/Netflix/ember-nf-graph/pull/63, I missed the entire `app/` directory...... New syntax with polyfill looks like this: ``` js import computed from 'ember-new-computed'; export default Ember.Component.extend({ fullName: computed('firstName', 'lastName',...
**Update 05/06/15: Wow, things have changed a TON with Glimmer...Still not settled down enough to finish this...yet.** I can haz a bower dist? How bout globals? I'll need someone to...
> ...that he has kindly given permission for public use. Needs an official license, whether Public Domain, Creative Commons, etc.
Map, Set, etc. If you add or remove an item while you're actively iterating on it, what is the expected behavior? For example, this code will print `1` then end,...