Paul Stiverson

Results 8 issues of Paul Stiverson

Python 3.6.6 Django 2.0.6 django-cryptography 0.3 I can create encrypted IntegerFields just fine when using sqlite as my db backend, but when I switch to using PSQL I get the...

bug

The link to the documentation provided in your README.md is incorrect. It points to a 404 page.

Please note that I've changed the README to pull the image from my repo, it might be good to change it back if you're going to accept the PR. This...

Hello, I'm doing some unittesting around a workflow which is enabled by `django-enumfield` enum `__transitions__`, and I'm seeing something unexpected. Suppose we had: ```py class StatusEnum(Enum): NEW = 0 PENDING...

Have you considered including an `init.groovy.d/` script to automate the setup of docker-plugin? Going through the frontend is good for the tutorial, but it is tedious to perform those steps...

enhancement

Running python 3.12 I'm seeing the following error at runtime: ``` AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser' ``` Per the Python 3.11 release notes, `SafeConfigParser`...

Feature request to add AWS SNS as a backend for sending sms. There are many options for how to send, but the most immediately useful is sending directly to a...