Stein Magnus Jodal
Stein Magnus Jodal
Hasn't happened yet, but there's open issues on Mopidy-Spotify IIRC.
An even better solution would be if the [new high-level I/O multiplexing module "selectors"](http://docs.python.org/3.4/library/selectors.html) from Python 3.4 was available from PyPI (I don't know if it is or isn't) and...
What does http://websockets.readthedocs.org/ use for HTTP parsing?
Guess this can be closed now? :-)
It seems that the code that triggered the bug was the example web app bundled with Mopidy.js, so I guess that could be made more robust.
For what it's worth, commit e5386086d9d76319306214610c7b8f0a49c67964, which will be part of the upcoming Mopidy.js 1.0 release, adds an aggregate event named `event` that is emitted for all events. Subscribers are...
Doesn't this assume that the web client is running at `/foo/` and doesn't use e.g. the history API to have more meaningful URLs like `/foo/artist/ABBA`?
I don't know, there is quite a few clients and I haven't looked closely at any of them. If there isn't, it still something I'd really like clients to do...
Hopefully this won't be necessary as we're designing the core API with the goal of taking URIs in and returning Refs out. The client should usually not need to pass...
I'd welcome a PR adding such a list. It doesn't have to be complete initially, but should at least check the top five Mopidy web frontends and see if they...