Til Boerner

Results 19 issues of Til Boerner

From a [travis build](https://travis-ci.org/devsnd/cherrymusic/jobs/62485821) error in #554, it appears we're no longer compatible with PyPy 2. `cherrypy.wsgiserver2` uses socket internals that no longer behave as expected, at least not in...

bug

Watch this issue to stay on top of new features and other changes, right as they happen on the `devel` branch. (There is a `watch thread` button somewhere at the...

ANNOUNCE

The underlying problem which lead to #676 is actually not related to Python 2 as @MaxLeiter already noted, but to PyPy. Unfortunately, it's a bug that causes database commits to...

bug

This issue contains announcements relevant to CherryMusic development. `Watch` to stay in touch. Please note that **comments will be deleted** after a short while, so current announcements stay at the...

ANNOUNCE

Right now, there's no easy way to make CherryMusic use a local image as album art once a different image has been cached. You can select only web images in...

feature

Proposal spawned by #518 (in which CherryMusic scans a `.git` directory): Hidden files in the `basedir` should be completely ignored by CherryMusic. CherryMusic's API should behave as if they didn't...

From a comment by @MartijnRas in #463 (**Add Ability to Sort Songs in Playlist**): > Can this be added to the file browser as well? > > I'd like the...

feature
UI

For the :sake: of Python 2, we need to ensure we're handling non-ASCII string data in the same uniform way that Python 3 includes by design. **Internally, all strings should...

bug
priority critical

While trying out feindura on my local system, I encountered the following error trying to access the admin interface (`/cms`): ``` [Wed Jun 12 16:14:50.852913 2013] [core:alert] [pid 6761] [client...

Bug

Error logging from Celery tasks is broken out of the box. While uncaught exception reporting works, error-level log messages from inside Celery worker do not get reported to Sentry. For...

Integrations: Celery
Improvement