Brenton Simpson

Results 106 comments of Brenton Simpson

Another option is to rename the interactions to avoid the `able` suffix. That should probably happen too, since most compound interactions won't lend themselves easily to "$VERBable" names.

How? This feels way higher-level than anything we've been talking about in spec.

`combineStyleStreams` was using `csstype` in its internals, which caused a conflict for `transformOrigin`. I worked around it using `Exclude`, but that's not until TS2.8, and there are other changes that...

Nice! We've talked about that before too, but never bothered to do the math. Great proof of concept! We don't have Tweens implemented yet, but when we do, it might...

[Pen](http://codepen.io/appsforartists/pen/PGjGEr?editors=0010)

💻 I'm working on a diff at http://codereview.cc/D1692

It looks like Rollup is supported by Bazel: https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/ I'm a bit skeptical of using Bazel (even though I've experimented with adding it to this repo). I like that it's...

I spent too much time today fighting pundle-dev, which has reminded me why I wanted to try Bazel in the first place.

Interesting idea. `Spring` isn't a stream though - it's a bag of streams. The reason to relabel the axes is to avoid needing to relabel all of the inputs. Otherwise,...