Andrey Kislyuk

Results 275 comments of Andrey Kislyuk

Disabling SSL security is not necessary in any supported configuration of Python or its host OS that I'm aware of.

I would suggest linking to https://github.com/kislyuk/yq instead.

FYI, I have been maintaining https://github.com/kislyuk/yq, which is a straightforward wrapper for jq using PyYAML. (It's also published on PyPI so you can `pip install yq` - this supersedes https://github.com/abesto/yq).

@voiski: The original yq, https://github.com/kislyuk/yq, does exactly that. It is available in Homebrew as `python-yq`.

Hi Bruce, good to hear from you. I've released v4.3.2 which adds logic to select Amazon Linux 2022 and locate its most recent AMI. In your `~/.config/aegea/config.yml`, add the following:...

Hi @bkmartinjr - thanks for reaching out. I'm very swamped right now and would like to take some more time to think about the optimal way to do this. The...

The IAM role that is being used to perform the launch request (aegea.launch) doesn't have access to route53. If you don't want to give it access to route53, the easiest...

@evanunderscore thanks for tracking that down, we should just use https://docs.python.org/3.8/library/os.path.html#os.path.expanduser - we could even use this shorthand: `parser.add_argument(..., type=os.path.expanduser)`