John Cass

Results 21 issues of John Cass

Just a few typos that I came across.

Add confifuration parameter to optionally allow empty values. Add support to handle indented comments and multi-line values. Additional test scripts to check Python config parser compatibility https://docs.python.org/3/library/configparser.html

``TracklistController.remove()`` currently just removes the track and triggers the ``tracklist_changed`` event: https://github.com/mopidy/mopidy/blob/2b7f12b8542d04190a85ed890edac1ce9192d9e8/mopidy/core/tracklist.py#L567-L572 I'm not sure that it makes sense to keep playing the current track if it was just removed...

A-core

Adds software-based equalisation using alsaeq, based on the guide published over at [HifiBerry](https://www.hifiberry.com/guides/guide-adding-equalization-using-alsaeq/) as well as [this one.](http://www.gerrelt.nl/RaspberryPi/wordpress/equalizer/) Requires that the alsaeq modules be installed first using `sudo apt-get install...

I think we will eventually have to look at creating a new theme for Mopidy-Musicbox-Webclient. It currently makes use of [jQuery Mobile Flat-UI Theme](https://github.com/ququplay/jquery-mobile-flat-ui-theme), which hasn't been maintained in about...

question

Since we are able to create new playlists by saving the Queue, we probably need the ability to delete playlists and add / remove individual tracks from a playlist as...

enhancement

Tracks on the 'Streams' page now form part of the 'Musicbox Favourites' playlist, making a dedicated page for this unnecessary. This issue is dependent on getting a few missing playlist...

There's already a [TODO](https://github.com/encode/apistar/blob/2edeb6946af3562c6310fcd6db393d3960152f32/apistar/schemas/openapi.py#L441) in the code for this, but when parsing the OpenAPI schema, API Star does not seem to cater for media types other than `application/json`. The OpenAPI...

Not sure if this is too specific to be merged in django-cachalot, but posting it here in case it may be useful to anybody. [django-tenants](https://github.com/tomturner/django-tenants) makes use of postgres schemas...

wontfix

I started with a fresh clone of the repository and received the following `TypeError` when running `gulp`. ``` Unhandled rejection TypeError: __html.replace is not a function at /Users/jcass/PhpstormProjects/HTML-Email-Boilerplate-Redux/node_modules/list-stylesheets/index.js:27:33 at Array.forEach...