Gordon Myers
Gordon Myers
I'm trying to get this deployed to Lambda/API Gateway using Zappa as outlined in the readme. However, everytime I call `zappa deploy dev` (or `zappa update dev`) it gives me...
I'm having some trouble setting up Kubernetes with coredns and Flannel, on a cluster of 4x Raspberry Pis. After installing kubeadm on my master node and pulling images, I initialized...
Since #1487 was so hastily closed without investigation, I'm opening a new issue. Multiple people have confirmed that this is still a problem on versions as late as 1.9.1 when...
I use pyenv to manage my Python installs and pyenv-virtualenv to manage all my virtual environments. Everything about this has been great until recently I came across the strangest bug....
### Environment **Python Version:** 3.10.7 **Nikola Version:** 8.2.4 **Operating System:** Windows 11 ### Description I'm new to Nikola and have been simultaneously trying to follow both the [Creating a Site...
### Terraform Version ``` Terraform v0.11.11 + provider.aws v2.4.0 + provider.vault v1.6.0 ``` ### Affected Resource(s) - vault_aws_auth_backend_role ### Terraform Configuration Files ```hcl provider "aws" { region = "us-east-1" }...
I would like to propose adding support for specifying custom HTTP headers to be sent to the Luigi scheduler. I am specifically thinking about customizing the Authorization header but I...
Here's an example of a valid US address which is not parsed correctly by this package: ``` import json import usaddress parsed = usaddress.parse("1509 Via Christina, Vista, CA 92084") components...
I have been using this email forwarder Lambda for several years but just recently Amazon let me know it was a problem. I'm going to describe the situation but I...
Does Traefik with Forward Auth support SAML 2.0 as a provider? I see in the README that the options appear to be `google`, `oidc`, and `generic-oauth`. My organization is using...