Michel Weststrate
Michel Weststrate
I think your question is broken, I only see two times `module.exports = function(shell, true, $beard) {` ?
Good point, that is a better approach indeed. Thanks for the suggestion
Sounds like a bug that was fixed in the MobX 5.15.6
No that is currently not possible On Thu, 29 Oct 2020, 20:32 Sean Li, wrote: > is there a way to allow picking specific dep from the list but leave...
..and jsh while at it.. Notable difference with both is that nscripts are written in plain javascript (or TypeScript / CoffeeScript)
This likely relates to the `setUseStrictShallowCopy(true);` has been defaulted back to `false` in 10.0 for plain objects. Possibly it should be possible to enable loose mode for classes as well,...
Closing for inactivity
There was no response to the follow-up question I asked. And if you really want to play that card; no one in particular is is supposed to work on this,...
Ok that is good to know. The question was basically whether `setUseStrictShallowCopy` was used or not. `10.0.4` might expose different perf characteristics btw, as the iteration mechanism slightly changed (didn't...
This solution might be worth further investigation https://jsfiddle.net/ht9xm2zf/, see #1107. Didn't think through yet what it'll break though.