Avasam
Avasam
I've had to use [asweigart/pyautogui](https://github.com/asweigart/pyautogui) to actually send the right event for numpad keys. See Toufool/Auto-Split/pull/61
Type stubs for c-extension modules can live in typeshed indefinitely. Typing support for at least pure python modules would be great. Python 3.5 did not yet support type annotations, so...
Oh awesome! Minimum version supported by mypy too. I guess I'll get started then.
> The main problem is getting other developers doing contributions in the future to add the type hints. The best solution to this is making proper type hints a pre-requisite...
If I understand this correctly, it would be useful for Aspect Ratio hacks that could also set the correct Custom Aspect ratio in Dolphin settings. I'd be interested in having...
This is getting worse. ~~With OBS 29 now~~ Changing the camera size with OpenCV causes Windows to just kill my application. No error, no trace, just this in the Event...
@alalek You're right, the crash I recently mentioned seems to be caused by changing resolutions, and not necessarily the new OBS version. Thanks for your analysis. > due to deprecation...
Sorry to bother, how can I test this patch in Python? I'd like to make sure it actually fixes my issue.
Thanks @Kumataro , using the following pre-computed resizing in Python gives me much more sane results, and *much* smaller difference from [`imagehash`](https://github.com/JohannesBuchner/imagehash)'s implementation using Pillow: ```py source = cv2.resize(source, (8,...
> @crackwitz you are posting the same 0 useful answer everywhere. [...] To add as to why it's a problem in the first place and we can't "just import cv2"....