Mark Chackerian
Mark Chackerian
**Describe the issue** Similar to https://github.com/git-lfs/git-lfs/issues/5348 , upgrading to go version 1.20.7 will remove any vulnerability to https://nvd.nist.gov/vuln/detail/CVE-2023-39533 which although isn't necessarily an actual vulnerability, is still a nuisance in...
`import graph_auth.schema` causes exception importing DjangoFilterConnectionField probably because I am using the latest graphene / graphene-django which may have changed some things about filters...? Here's my relevant environment: Django==1.11 django-graph-auth==0.3.1...
**AttributeError: Mock object has no attribute 'session'** This error is raised when using TestClient to test a login endpoint that uses `django.contrib.auth.login` because the mock request object as defined here...
The documentation for Apple Silicon installation is missing. I believe the instructions that should be added are ```bash export PROVIDER=all curl -LO "https://github.com/GoogleCloudPlatform/terraformer/releases/download/$(curl -s https://api.github.com/repos/GoogleCloudPlatform/terraformer/releases/latest | grep tag_name | cut...