Stefan Penner

Results 324 comments of Stefan Penner

do you mind throwing down a jsbin or jsfiddle?

@julkiewicz thanks for reporting this, someone will take a look as they have time.

statemanager is lagging behind conventions needed to support this nicely.

It would need to resolve states rather then direct references. I don't believe such docs exists. But they really should

ah looks like you are trying to `zip` two arrays together? an interesting idea may be. ``` hbs {{#each (zip array1 array2) as |tuple, index|}} {{tuple.0}} || {{tuple.1}} {{/each}} ```...

> {{array2.[index]}} some people may view this as WAT, but I think it would be good.

we should be careful about perf

@neraliu i wonder if we should make the blacklist/whitelist a common node_module, that way test/auditing/sharing is more centralized. Does this seem possible?