Tom Anthony

Results 5 issues of Tom Anthony

In Django 1.9 the WSGIRequest.REQUEST property is removed (https://docs.djangoproject.com/en/1.9/releases/1.9/#features-removed-in-1-9). This means that by default uploads will fail when using fine-uploader via django-ajax-uploader. I addressed this by adding a simple if...

I enabled caching and then things broke - I could see there was a 403 error trying to fetch images from Instagram. It took me a while, but it turns...

I am trying to run just the POC code from the readme (Mac M1, macOS 12, Firefox 99, foxdriver 1.0.6), but get: ``` /ff/node_modules/foxdriver/build/actor.js:44 throw new Error(`${result.message} (${result.error})`); ^ Error:...

This is an attempt at adding a new flag `--renew-before-expiry` which works in the same way as the `renew_before_expiry` renewal config file option. It is often easier to supply a...

I use this plugin, but across an array of projects, some of which I want to be prettified on save, and others I don't. I use `.sublime-project` files and many...