pkt-zer0
pkt-zer0
It seems like if you press up + left at the exact same time, the horizontal and vertical velocity will be the same. If you input e.g. up slightly later,...
@wirekang I'm not sure if I should open a new issue for this, but even in 2.0 there are some odd things going on with multiple simultaneous direction presses. Take...
While local variales in templates could still make sense, avoiding multiple subscriptions could also be done with the [share](http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-share) operator on Observables.
I'll add a different use case here, the reason I've been looking for this same feature. What I wanted to do is run multiple batches on the same connection, because...
So here's what I have for the single-connection pool. Seems to work, but also looks kind of scary, so use at your own risk. ```typescript // Wrapper around a ConnectionPool...