Michel Weststrate

Results 276 comments of Michel Weststrate

Please open separate issues for separate ideas 😉 Op wo 29 mei 2019 11:58 schreef Daniel K. : > Ok sure, I suppose that Gluegun can use "plugins" from the...

Nope! I think the person giving this a shot is in the best position to judge :). But yeah, I agree that the AST direction is most probably adding unnecessary...

@phiresky the goal is to be compatible with any stream library through `Symbol.observable`. Did you test it in an environment that supports Symbols without accidentally compiling / polyfilling down to...

Ah probably `rx` itself doesn't support `Symbol.observable` yet? Adding support for `Symbol.iterable` as well around [here](https://github.com/mobxjs/mobx-utils/blob/master/src/observable-stream.ts#L63) will probably fix the issue

Hard to say anything useful about this one without a reproduction project

probably computedFn should have an option to fix this. as a quick around you could introduce your own utility: ```javascript import {computedFn as originalComputedFn } from "mobx-utils" import {isStaticRenderingEnabled /*from...

The devtools largely don't apply to lite, so adding them doesn't add anything at this point in time. Op di 2 apr. 2019 23:13 schreef pdeva : > in our...

I couldn't reproduce this, could you create a reproduction in a code sandbox?

I don't think I've put much thought in it. The biggest constraint I had is that it at least should be able to handle partially loaded data (2 cases: 1)...