arne123
arne123
### Describe your problem playermd **prev** and **next** methods are causing an exception (via mpd), when no song is played. This is very likly to happen since this functions are...
I need thread safety for python-mpd2, therefore I added a method to my class and wrap all calls to mpd over the method below. This seems to work ok (except...
In order to use different applications with different purposes over one can-open instance or hardware- interface I am thinking about the best method to do or implement this. Those applications...
I just discovered an issue where saving an unmodified file leads to an issue. Validate does not report anything, but saving fails here: https://github.com/serge1/ELFIO/blob/main/elfio/elfio.hpp#L869 if ( req_offset < cur_offset )...
I couldn't not figure out how to check the zmq version unsing jszmq, the api like in zeromq.js seems not to be present.