Doug Harris

Results 11 comments of Doug Harris

The script I referred to is the bit at the bottom of the current output of `:styles-demo`: ``` You can test color styles with other cheat sheets using this script:...

I'm not familiar enough with the underlying code of cheat.sh to distinguish between `do=` and `action=`, but let me elaborate on what I meant by that suggestion. My thinking is...

Duplicate of #504 (and more comments & explanation in the comments there).

Same for me as @amontalenti. I also installed `tmuxp` using `pipx` and the tmuxp venv didn't include pip, so I installed click with python -m pip install click==7.1.2

There's a problem with the version specification of click in requirement/base.txt. See testing example in the PR I just submitted.

Another use case for this is not committing secrets to git. For example, when setting a certificate ARN in the settings file, it contains the account number for the AWS...

I have the beginning of an implementation that would read settings from environment variables. I'm having difficulty imagining how passing settings as command line options would work. @mcrowson do you...

@javulticat In my particular use case, my zappa_settings.json has `certificate_arn` set per the instructions on [Deploying to a Domain With AWS Certificate Manager](https://github.com/zappa/Zappa?tab=readme-ov-file#deploying-to-a-domain-with-aws-certificate-manager): ``` "certificate_arn": "arn:aws:acm:us-east-1::certificate/", ``` I'd like to...

My commit there shows the idea. I'd like to add tests before submitting a pull request.

Clarification.... I was choosing the version from the select list provided by docs.python, _not_ from the select list in the location bar item provided by this extension. I'm used to...