Rob Wormald

Results 12 comments of Rob Wormald

So an update here: I've just started work on rewriting this plugin to work with 2.4.x+ of Angular, with the *eventual* goal of making this a first-party platform. I've pushed...

Will look into this in the rewrite. The simplest case is reasonably straightforward, but what happens with multiple windows (!?) (multiple routers?)

can you explain the use case behind this? PR seems reasonable, I just don't have any context on what/why you'd want to do this.

this looks legit to me. @nastycoder mind rebasing this? apologies its taken so long to get to it

Can you add an integration test for this? and be sure to squash your commits.

This seems like a reasonable feature, but I'm increasingly against adding any more complexity to the core of Store, especially as we look into adding lazy-loaded reducers in #211. Is...

Noted. I assume since @jonathandturner is involved with Typescript and the spec discussions in https://github.com/wycats/javascript-decorators/pull/36 Typescript will play nice with the specification, but something to track for sure :+1:

One slight change to the build process (we have the same issue in RxJS, fwiw) would be the `jsnext:main` field (or whatever it ends up being called) would need to...

Or.... not. :D Sorry for the noise!

For V3/4 I reckon we should drop this type, and delegate to the native implementation, and require it to be polyfilled otherwise. This is currently akin to importing `Promise` and...