John Cass
John Cass
Yes you may be thinking of [monit](https://github.com/pimusicbox/pimusicbox/issues/285). The problem is that the Mopidy actor may be dead even though Mopidy itself keeps on responding on port 6680 (which is what...
I'm not getting anywhere with this. I tried creating a temporary shell script that ignores SIGTERM and creates a subprocess from within the script: ``` script = '''#!/bin/sh python -c...
I can confirm that models that inherit from an abstract base model (like `AbstractBaseUser`) no longer seem to update correctly since upgrading to [v3.2.0](https://github.com/jazzband/django-model-utils/releases/tag/3.2.0). Like the failing tests demonstrate, changing...
@Natim has indicated that this is blocked upstream in Django by [#30427](https://code.djangoproject.com/ticket/30427#ticket).
> @jcass77 are you using this successfully in a production environment? Yes I was up to about the middle of 2021. I am no longer supporting that production environment though.
Rebased on the `master` branch.
This PR is superseded by https://github.com/picklepete/pyicloud/pull/347, which will ensure that edited versions can be downloaded in whatever resolutions are available.
#347 should fix this, please try it out.
The README shows an example of triggering a job manually via the DjangoJob admin page.
Mopidy-Musicbox-Webclient uses @adamcik's progress timer, and steps back exponentially until it eventually only does a re-sync every 30s. Even that can result in drift if the stream happens to be...