John LaRocque
John LaRocque
If a plugin implements the `loadTestsFromNames` hook, doesn't set `event.handled=True` and sets `events.names` to something Falsey (e.g. []), suites is never assigned. I think there could be a scenario in...
I noticed a memory leak in my application when applying an opencv function to a Mat and storing the result back in the same Mat. Specifically this is within a...
I noticed that when using the flip options, offsets are applied _before_ the flip. In my opinion this is unintuitive and I would propose either changing it (since the feature...