Matthew Gamble
Matthew Gamble
If I'm not going to use any events, is it necessary to bring in the event dispatcher component?
Zstd is becoming more and more popular.
This allows SliceableStringy to be used as a mixin within a subclass of Stringy which is combining multiple extensions.
I was unable to find a list in the repository of things that have been changed from mainline mutt. Is there a list in this repository, and if so: -...
It's been more than two years since the last release and since the Mopidy Python3 migration. I think it's safe to clean these up now.
The mopidy core is using pathlib internally, and its use is growing everywhere all the time.
**Describe the solution you'd like** For my snapcast server I currently have two streams: one for mopidy, and one for a bluetooth audio receiver connected to the server. I then...
The code is hard-coded to pass `None` to the Werkzeug `FileStorage` class, rather than passing through the `headers` keyword argument. Also it's typed as `Any`, rather than as `werkzeug.Headers` like...
Using sets would have three advantages over tuples: - Lookups are constant time (O(1) rather than O(N)). - Duplicates are automatically prevented - Combining sets is easier than combining tuples...