Dave Johansen
Dave Johansen
Yes, that's the comment that I intended to link to but it doesn't tell the whole story. We actually use `simpleeval` in a wrapper (called `ComplexEval` as a sort of...
Yes, that would be fine because I should be able to override with functions that do the assignment in my "complex wrapper"
Ya, so `|| ^17.0.0` needs to be added to the dependency ( see https://github.com/uber/react-vis/blob/cce5980cd29416bdae592b34f2e52a088176493c/packages/react-vis/package.json#L89 )
I definitely agree that Qt is a heavy dependency, but it also adds several very useful features to the image viewer (the zoom and pan is what I use the...
For a custom build to add Qt support, wouldn't the removed code/build need to be put back and a flag added to enable it?
Doesn't [this commit](https://github.com/opencv/opencv-python/commit/fd4e6040af94d9db3da25874132ca092b4c9e3a1) remove the ability to build with Qt?
The statements made by @illuminist are correct, but that's not what the documents and current code ( see https://github.com/lodash/lodash/blob/86a852fe763935bb64c12589df5391fd7d3bb14d/orderBy.js#L31 ) state and this PR is requesting that the implementation be...
I think you're looking for the changes in `apns2` to be released (see [here](https://github.com/Pr0Ger/PyAPNs2/issues/74) and [here](https://github.com/Pr0Ger/PyAPNs2/issues/126))
As @SimenB, `yarn` is used by a significant portion of the `node` ecosystem, and it only adds 5.5MB to the docker image (less than 10% of the alpine image size...
Just keep in mind that multi-stage builds are still early in their support and have some caveats: https://github.com/docker-library/faq#multi-stage-builds