Bruno Enten
Bruno Enten
Submitted https://github.com/mido/mido/pull/383 to reverse this change.
It's easy to workaround with a VIEW on either side. But it would still be cleaner to let postgres do the filtering on the query result.
On master, not only is there no pushdown, but there is no filtering happening at all, even on postgres side.
Hi @SpotlightKid, any way we can help you with the python 3.10 wheel?
Could you please review?
Thanks for your contribution. It was probably used to create PR https://github.com/SpotlightKid/python-rtmidi/pull/119, superseding this one.
True but it was superseded by https://github.com/SpotlightKid/python-rtmidi/pull/121 which fixed the cibuildwheel that remained. Both PR clearly used your work as a basis, so thanks for your contribution!
The build system was completely overhauled, and binary wheels are available for recent python versions. Does it solve this issue?
That's it, the 1.5.0 release with binary wheels for recent cpython has been released on pypi! https://pypi.org/manage/project/python-rtmidi/release/1.5.0/ Please let me know if `pip install python-rtmidi` now works for you and...
It has been fixed on my fork. @SpotlightKid would you consider passing the baton to another maintainer? Alternatively, I could rename the package on my fork to publish on pypy,...