Arthur Burkart

Results 25 comments of Arthur Burkart

> These sample Lambdas are published to the Serverless Application Repository (https://serverlessrepo.aws.amazon.com/applications), which is our preferred method of deploying these Lambda functions. It deploys with all the necessary dependencies as...

Different problem, but similar result, the provider also panics when `time_frame` is defined as an empty block.

I just ran into this, so now my `go.mod` looks like this: ``` module github.com/username/project-name require ( github.com/caldwell/docopt.go v0.0.0-20180924233533-871d90846fc3 ) ``` and my go file looks like this: ```golang package...

Can you provide an example of what you mean?

Some observations: 1. The spamming of _CertificateRequest_ and _Order_ objects doesn't occur when the two _Certificate_ objects are created using a Kubernetes manifest. 2. The spamming of _CertificateRequest_ and _Order_...

On `bash`, I'm using this: `/usr/local/etc/bash_completion.d/dnote` ```bash # bash completion for dnote have dnote && _dnote() { local cur prev COMPREPLY=() _get_comp_words_by_ref cur prev case $prev in v|view|a|add) COMPREPLY=( $(...

Based on the results of that final GitHub Action invocation, I wonder if those environment variables, `NETLIFY_AUTH_TOKEN` and `NETLIFY_APP_ID`, [were maybe not set](https://github.com/ustaxes/UsTaxes/settings/secrets/actions) at the time. ![GitHub Action output](https://user-images.githubusercontent.com/463528/164012805-2b08a99b-0600-40b1-851f-148af0f8e5a4.png)

Oh, I wish I'd noticed this sooner. I'm all about it. I'm happy to make a PR too, if you'd like.

I also just noticed https://github.com/widdix/aws-ec2-ssh/issues/97#issuecomment-358658386, which would mean I need to update the spec before this could go live.