Ed Morley
Ed Morley
**STR:** 1) Create a requirements file containing: ``` requests==2.9.1 --hash=sha256:113fbba5531a9e34945b7d36b33a084e8ba5d0664b703c81a7c572d91919a5b8 ``` 2) Drag onto https://caniusepython3.com/ and press check **Expected:** Requirements file can be checked successfully, the same as if it...
**STR:** 1) Enter `https://raw.githubusercontent.com/mozilla/treeherder/b2ecb99390185ed7883b2334c1b11855ddd0811b/requirements/common.txt` in the text field on https://caniusepython3.com/ 2) Press submit **Expected:** If there were errors (eg due to #47) then they are displayed as part of the...
**STR:** 1) Create a requirements file containing: ``` requests https://github.com/jeads/datasource/archive/v0.10.0.tar.gz#egg=datasource==0.10.0 ``` 2) Drag onto the text area on https://caniusepython3.com/ and press check **Expected:** Ideally both requirements checked, or failing that...
If Strict-Transport-Security headers are not set, it's trivial to strip SSL on connections made later from insecure networks (see https://vimeo.com/50018478#t=23m30s). As such, I think it makes sense for express-sslify to:...
Running latest master (4600247535d752b2728b876cacf01b914bd414cd) of caniusepython3 against [this](https://github.com/mozilla/treeherder/blob/bd366539bf19e6535cf926b7b4f021ab325f3d4a/requirements/common.txt) requirements file, results in: ``` (caniusepython3) [~/src/treeherder]$ caniusepython3 -r requirements/common.txt Finding and checking dependencies ... [WARNING] Stale overrides: set([u'regex', u'certifi', u'testresources', u'ipaddress',...
Hi! Thank you for a great tool :-) **Do you want to request a *feature* or report a *bug*?** Ease of use regression between 0.15.3 and 0.16.0. **What is the...
The readme briefly mentions `read_env()`, however it wasn't until reading the source that the following became apparent: - that the values read in from the `.env` file are overridden by...
When using django-environ with MySQL RDS, the absolute path to the certificate bundle has to be set manually like so: ``` python env = environ.Env() DATABASES = { 'default': env.db_url()...
Hi! We're wanting to soon update to Django 2.1, however doing so requires that we update from django-filters 1.x to 2.x, which in turn throws up this pip warning: ```...
An alternative Django redis package is django-redis: https://github.com/niwinz/django-redis http://niwinz.github.io/django-redis/latest/ To assist with people trying to decide between them, it would be good to have a quick comparison either in the...