Joey Wilhelm
Joey Wilhelm
## Feature Request ## Is your feature request related to a problem? Please describe. Right now, creating an exclusion list can be very time consuming, especially for a repository with...
**Describe the bug** I've managed to get this so that I can log in via AAD. Now, when I attempt to link my GitHub account, the portal is returning a...
This can lead to an insecure configuration. According to the [`express-sslify` docs](https://www.npmjs.com/package/express-sslify#azure-support): > Please do not set this flag if you are not behind an Azure proxy as this flag...
As I have started working in earnest to get an instance of this project up and running, I've found some of the terminology to be a bit confusing. It would...
Fixes #39 I took a much simpler approach to previous works on this. I simply added `mark_safe` to all of the html output, and then added Django 2.0 to the...
Fixes #24
It would be nice to have example scripts, [similar to Celery itself](http://docs.celeryproject.org/en/latest/userguide/daemonizing.html), for upstart/systemd/etc. While I'm sure I can just copy and modify the celerybeat scripts for the purpose, I...
I've run into a case using a ModelForm where a field's validators are not being run. For example: models.py ``` python import re from django.core.validators import RegexValidator from django.db import...
As of tox 1.7.2, you can simply skip environments when the interpreter is missing, via the [skip_missing_interpreters](http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL) setting. However, when using tox-pyenv, this setting is ignored, and you receive a...
I've seen that there are a number of utilities in this library for dealing with the disparities between Python 2 and 3. This is a point where the `six` library...