Ed Davison

Results 31 issues of Ed Davison

After an upgrade to Django 3.1 (with `django-survey-and-report==1.3.14` in my `requirements.txt` file), I am receiving an Internal Error 500 with this text whenever I try to submit a survey: ```...

bug
hacktoberfest

I have a use case where I need to be able to put a default value for a field for one of the questions. The user can always change it...

enhancement
hacktoberfest

I need a way to include a hidden form field that has a fixed value. For instance, the ID of the survey that is needed to tie it to an...

enhancement
hacktoberfest

I have a need to issue the same survey each week and it would be great to be able to clone the survey complete with all questions to a new...

enhancement
hacktoberfest
good-first-issue

I have a Ubuntu 18.04 system that has puppet agent 6.02 installed and ufw is setting firewall rules every time the system runs as below. It should only apply changes...

It would be good to have this health provider added to the system. VSP Vision Care https://www.vsp.com/

help wanted
question
provider

### Checklist - [x] I am using an up-to-date version. - [x] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/docs/index.md). - [x] I have searched existing [issues](https://github.com/TagStudioDev/TagStudio/issues). ### TagStudio Version Alpha 9.4.2 ###...

Type: Bug
Type: Installation
Type: File System
System: Linux

I have several sites that run on a non-standard port but serve SSL pages and I need to check their certs. e.g. https://www.example.com:10443 Seems like this would not be too...

## settings ``` INSTALLED_APPS = [ ... "pgcrypto", ... ] ... # DB column encryption ENCRYPTION_KEY=config("DB_ENC_KEY") # Used by TextHMACField and PGPSymmetricKeyField if not specified by the db PGCRYPTO_KEY=ENCRYPTION_KEY ......

In my nextcloud (29.x) using phonetrack (0.8.2), I have had missing icons from the web UI for quite some time despite several major nextcloud version updates and phonetrack updates. Here...