Jan Lebert
Jan Lebert
Initial implementation of python packaging, looking for feedback if's something you want / would accept. Goal would be to make f3d easily installable with `pip`. The python packages generated here...
The OAuth login fails when I try to login from [this url](https://tools.wmflabs.org/supercount/index.php?user=Example&project=de.wikipedia) in Chrome. I accept the OAuth request (it's also in the list of accepted OAuth apps) and get...
When using Pillow
## Type - [ ] Bug fix (non-breaking change which fixes an issue): Fixes # - [ ] New feature (non-breaking change which adds functionality). Resolves # - [ ]...
NumPy 2.3 removed the deprecated `.tostring()` method (https://github.com/numpy/numpy/pull/28254), which causes `skvideo.io.VideoWriter` to fail: ``` File /opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/skvideo/io/abstract.py:514, in VideoWriterAbstract.writeFrame(self, im) 512 # Write 513 try: --> 514 self._proc.stdin.write(vid.tostring()) 515 except IOError...