Fernando Jorge Mota
Fernando Jorge Mota
Maybe I have not explained right. But, the query in question is: ``` js Items.update({ _id: "a", "sub_items.id": "b" }, { $inc: { "sub_items.$.freq": 5 } }) ``` This is...
No problem. As I said before, `I think that it's a good enhacement for this package, but I have no idea of how to implement it actually.`. So just feel...
Hey! Could you guys test preact-redux's master? I suspect that my PR, #41, fixes the problems related to Preact Redux but I'm not 100% sure of that, and the test...
To anyone interested on this issue: could you test if the PR #48 works for you? When merged that PR should fix this issue, I think.
Maybe a good idea instead of just discarding the cache for node_modules would be just adding a `--cache` option to the `npm ci` call passing a directory that the buildpack...
Hey. Given that IE11 doesn't support ES6 (which is used by this library), I don't think this library should be adapted to support it, too, **specially** considering that IE11 isn't...
Hey. Sorry for the slow response, I'm quite busy with another project and didn't saw this pull request. I was reading the changes you made here and they look quite...redundant,...
`frozen-jimple` seems relevant to detect things like modifications to the container after the startup of the application, which should not occur normally, because it indicates wrong use of the container....
Well, makes _some_ sense to adapt `Jimple` to fit Javascript idioms. However.. - It's possible to use that `c` as first argument every time to customize the behavior if using...
Well, `lazybox` seems to be a bit more js oriented, but do not match the idea of Pimple's port that `jimple` has. So, I seem it as two different solutions...