Pierre Rust

Results 26 comments of Pierre Rust

Concerning playing music on the server, I think it would not directly be part of the HTTP API. I believe it would be better implemented using the Plugin API for...

Correct me if I missed something, but from what I've read [mopidy's API](http://docs.mopidy.com/en/latest/api/http/#http-api) is simply exposing their core API on websocket, using [JSON-RPC](http://json-rpc.org/). This approach make the (no-so) web API...

It's me who suggested to make the server side player a separate plugin (let's call it _server-player_). I'm not sure I understand what you mean. The BDP plugin exposes an...

I've been thinking at MPRIS too, and I think there are two different use-cases here : - beets (with player plugin) is running on the same computer than the MPRIS...

I also like beets to store relative path in the database (starting from the library path from the config file). I had to relocate my Music directory sevral times and...

Added 'close notification' and close for sockets (in 0bd71050faafeb685e461986da5f6acd660db9ea). The context manager would still be nice though.

Thanks for your contribution ! I cannot test it right now (no i2c device at hand), do you need it integrated quickly (with a pip release) or can it wait...

I've just checked, python 3.5 is the default python3 on Raspbian Stretch so, yes, I'm definitely in favor of dropping 3.4 constructs (which where clumsy anyway) !

Hi, Same problem here, with `flatpak install` and `flatpak update` I always get the following error (in verbose): ``` (flatpak update:124115): GLib-GIO-CRITICAL **: 15:20:44.537: g_subprocess_wait: assertion 'G_IS_SUBPROCESS (subprocess)' failed Warning:...

I think the issue comes from using the `significant as a parameter for `to_precision`method . See for exemple with a value of `6.2301`with min=`3.617`and max=`10.023` (and 10% precision) round_value (original)...