Trek Glowacki

Results 45 comments of Trek Glowacki

Binding transforms were removed. Renaming this PR.

The "computed properties macro" pattern: ``` Ember.transforms = { notEmpty: function(from, placeholder) { return Ember.computed(function(key) { var value = this.get(key); if (Ember.empty(value) { return placeholder; } else { return value;...

Can you add a spec for the cases where this helps?

http://www.alexrothenberg.com/2012/05/30/interactive-maps-with-d3-and-ember.html http://corner.squareup.com/2012/04/building-analytics.html

Not that it's a fix, but we worked around this by adding a `testWithBrowserFocus` wrapper for `test` that we use in these cases. Here we preferred false positives. ``` import...

## features I think the goal should be an app with sufficient complexity to touch the edges of the frameworks and go just beyond them. A side effect is that...

> What’s “selection handling”? For a given collection, what item(s) are "selected" I'd also add to the list above, collection filtering, sorting, adding, and removing objects.

> I think they should be optional. We have stuff like component(1) which does Bower’s job in absolutely different way, with hundreds of very small components. We want to show...

Resolved by https://github.com/vercel/examples/pull/927. Please reopen and `@` me if not!

Hey all, Is anyone able to provide us a repo with a simple reproduction? I've tried a matrix of a basic build script[1] invoking `sharp` manually with: * `npm@latest` *...