toxicrecker

Results 8 issues of toxicrecker

Python 3.8.3 Code - ```py from forbiddenfruit import curse def __iter__(self): return iter(range(self)) curse(int, "__iter__", __iter__) ``` Output - ``` forbiddenfruit/__init__.py", line 329, in _curse_special tp_as_name, impl_method = override_dict[attr] KeyError:...

Used [`shutil.move()`](https://docs.python.org/3/library/shutil.html#shutil.move) instead of `os.rename()` to add support for moving games to different disks. May or may not copy metadata but it should be fine since file metadata isn't really...

peak_refresh_rate option in the system table is not available in the f-droid version of setedit however it is available in the playstore version

bug

### Tested versions Godot_v4.2.1-stable_mono_win64 ### System information Windows 10 - Godot_v4.2.1-stable_mono_win64 - Vulkan (Forward+) - GTX 1650 SUPER ### Issue description The issue is best described with a video because...

needs testing
topic:shaders

how can I copy a pillow `Image` object to clipboard

### Changes proposed in this PR - Capture cursor implemented for windows It is **very** important to keep up to date tests and documentation. - [x] Tests added/updated - [x]...