Craig Anderson

Results 17 issues of Craig Anderson

We've been using django-rest-swagger to document our API which is working pretty well, but it can be annoying when endpoints have complex permission requirements. For example, we have list endpoints...

### Is your proposal related to a problem? I have a block of code which is triggering #23. ``` Hello, world! ``` Before that issue is being fixed, I'd like...

enhancement

I've been trying to ensure all sensitive data we send to our queue is encrypted, which includes some short-lived tokens I send by email. [kombu-fernet-serializers](https://blog.heroku.com/securing-celery) is doing a great job...

I'm scraping a listing of events and storing them in an `Event` model. This model inherits from [`model_utils.models.TimeStampedModel`](https://django-model-utils.readthedocs.io/en/latest/models.html#timestampedmodel) which gives auto-populated `created` and `updated` fields, which I find useful. Unfortunately,...

**Describe the bug** A badly formatted query can result in a panic: `resolve() must be implemented by non-object output types`. **To Reproduce** Using the API at https://github.com/MHRA/products/tree/4b8712cb9f7b1b15d3f120db8792d4033586343e/medicines/api, I was trying...

bug

On Python 3.9 with `pyexcel-xls` and `pyexcel-xlsx` installed, I'm not able to upload .xslx files. AttributeError: 'ElementTree' object has no attribute 'getiterator' ``` Saving workbook from spreadsheet.xlsx Internal Server Error:...

I'm seeing some odd behaviour when I send a request to Zencoder from behind our corporate proxy. It looks like an extra set `Content-Type` header is being set, which causes...