Eli Boyarski
Eli Boyarski
When using `-a`, `type(a) == foo` is fixed to `isinstance(a, foo)`, but this action is not reported in `-vvvvv` output. As a result, I don't what know what E or...
Does this action only install poetry (with support for requesting a specific version), more or less equivalently to a `pip install poetry`? Most of the usage examples indicate this. Does...
it's -> its
Imported from Bitbucket (original creation time 2016-02-03): For the record, the code in this repository is currently copyrighted to Eli Boyarski. Use for academic work is allowed. Modifications should be...
It would be useful to be able to send midi events encoded as midi messages into python-rtmidi output ports, and to parse midi messages received from python-rtmidi input ports as...
Specifically, the dependency on libasound2 and on Python.h. On Ubuntu, installing libasound2-dev and python-dev enabled me to compile the module. Still no luck in importing the sequencer module, though.
It's common for python packages to list multiple classifiers in `setup.py`. `yolk` itself does so too: https://github.com/cakebread/yolk/blob/develop/setup.py. But, as the list of key-value pairs from `email.message_from_string` is copied into a...