Joe Pea

Results 1897 comments of Joe Pea

Cool, show me in person! When's the next meetup you're going to?

Need some tutorial comments. x}

The reason I ask is because, if using my infamous elements, there are two possible ways to animate them: 1. updating attributes in the `declare` of the elmish component, which...

It's hanging for me too, just says `RUNS`. Would really like to use this!

It's 2017, gradients are supported in Pixi now.

I'm not sure if I might have this same problem, but I'm on a slow machine, and each time I rebuild I get the error overlay and desktop notification as...

Oh, and ```js mixin[Symbol.hasInstance] ``` will check for `Function.prototype[Symbol.hasInstance]`. Should that check for an own symbol property instead?

Although similar to function mixins, I think it makes more sense one evaluation per definition now that they are more like class definitions.

The problem is, we can't expect everyone to use symbols (or `@namespaced`) for every property of every class (or mixin) that they write. Also having to use the namespaces for...