sufftea

Results 3 comments of sufftea

> Try this: > > from albumentations import BBoxSafeRandomCrop, HorizontalFlip, OpticalDistortion Thanks! New to Python, didn't think of that

Now that we got rid of `break`, maybe this can be reconsidered? ```dart switch (n) { case 1: debugPrint('one'); case 2: debugPrint('two'); default: debugPrint(n.toString()); } ```

Rebased and fixed conflicts. PS: I've created two PRs for a single file, because one of them (this one) is an obvious bug fix, while another (#1041) introduces a new...