Boris Timofeenko
Boris Timofeenko
This has been already discussed here: https://github.com/aleju/imgaug/issues/499 https://github.com/aleju/imgaug/issues/710 The situation is: I want to augment a satellite image and its corresponding mask. For the image, I want to use "Warp"...
There are two issues when trying to use the component with Formik: * Formik emits a name attribute, which has to be passed to the input element. When trying to...
Just comment these lines (1246, 1247) in the lib's js file: ` addEvent(document, EVENT_KEY_DOWN, this.handleKeydown);` ` addEvent(document, EVENT_KEY_UP, this.handleKeyup);` If you have already written all the code and don't have...