Adam McMaster

Results 20 issues of Adam McMaster

tinymce is required by one of the migrations but is not installed by default: ``` app_1 | File "/usr/local/lib/python3.8/site-packages/blog/migrations/0003_auto_20200618_2322.py", line 4, in app_1 | import tinymce.models app_1 | ModuleNotFoundError: No...

Following the setup instrudtions I encontered the following error: ``` RuntimeError: Model class blog.models.category_models.Category doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. ``` I believe the...

The title really says it all. When only displaying items with a particular label, the unread count in the menubar should be the unread count for just that label.

This is probably a wider issue affecting the `ResultPaginator` in other cases, but unfortunately I don't have time to debug it any further myself. When paging through projects, the client...

We've had a request to release this as a Conda package. Lots of researchers use Conda so it would make sense. [There's a build script on Medium](https://medium.com/@giswqs/building-a-conda-package-and-uploading-it-to-anaconda-cloud-6a3abd1c5c52) which might be...

enhancement

The current implementation in `Project` is bare bones and only works for external images. We should have a reusable `AttachedImage` class or a mixin that provides full support for all...

enhancement

To follow on from #229. Add something like `Subject.status_in_workflow(Workflow)` and/or `Workflow.subject_status(Subject)`.

enhancement

Several important workflow attributes can't be edited at the moment. See zooniverse/panoptes-cli#134

enhancement

Here: https://github.com/zooniverse/panoptes-python-client/blob/1bc6bac24c7a87d35b8e61cb7aa22414740c2ec5/panoptes_client/panoptes.py#L553 Otherwise a HTTP 401 with no `errors` key can result in a KeyError: ``` app_1 | DEBUG:urllib3.connectionpool:https://www.zooniverse.org:443 "POST /oauth/token HTTP/1.1" 401 213 app_1 | Internal Server Error: /...

bug