Michel Weststrate

Results 441 comments of Michel Weststrate

Yeah, I am still fighting with terminologoy here and there :-). pipes make for a great analogy but collide with functional pipe, views map it nicely back to database terminology,...

Ah that is a cool idea indeed, gonna see how feasible that is :) (or feel free to PR if you have experience with this)

Yeah, biggest problem is that it makes the process very slow. So for development purposes it is not really suitable imho. But probably we could do something smart, like install...

I think this can be quite simply supported: on first install / changed package.json do a normal npm install of the tarball. On incremental installs, remove everything but the node_modules...

Eh... that test description definitely explains issues I've seen around automation with other projects in the past, even not MobX related 😅 curious if #3863 has an effect on this

Closing this PR as there seems sadly no way to make this work for async boundaries, and without it will just be another way (not particularly easier or shorter) of...

Thanks for the extensive work here! I'll need to study more carefully the effects of this change, but I'm quite swamped atm. Feel free to ping if I didn't circle...

Argh, the JS world is impossible. 50% is like "non-enumerables and proxies have very specific meanings", and the other half is like "I expect non-enumerables and symbol to work just...

Would you mind trying setting the `setUseStrictShallowCopy(false)` flag? Maybe in combination with version `10.0.4-beta`?

Yeah I guess the only way to deal with this is to make all the behavior of irregular properties of any kind (enumerable x getter x proxy) all configurable. That...