Alex Seeholzer

Results 4 issues of Alex Seeholzer

Currently the tests for possible actions on tickets are rudimentary and dispersed: - [test_ticket_submission.py](https://github.com/django-helpdesk/django-helpdesk/blob/master/helpdesk/tests/test_ticket_submission.py) tests creation of tickets, but leaves many sections in [staff.py](https://github.com/django-helpdesk/django-helpdesk/blob/master/helpdesk/views/staff.py) untouched. - I recently added [test_ticket_actions](https://github.com/django-helpdesk/django-helpdesk/blob/master/helpdesk/tests/test_ticket_actions.py)...

enhancement

I am not sure whether this is an issue or a misunderstanding on my part. I am creating a cached viewset via ``` python class MyViewSet(CacheResponseMixin, viewsets.ReadOnlyModelViewSet): queryset = MyModel.objects.filter(status__name="Public")...

**Is your feature request related to a problem? Please describe.** I am trying to deploy jbrowse2 to share views on assemblies and annotation tracks without sharing the data files behind...

enhancement

I get this error when trying to run the iAnki plugin from the decks overview. "An error occurred in a plugin. Please contact the plugin author. Please do not file...