Kai Xia(夏恺)

Results 28 comments of Kai Xia(夏恺)

- 星级:3星 - 名称:新秀丽电脑包, 例如 - 官网:www.samsonite.com/ - 推荐理由:容量大, 皮实, 肩带设计合理 - 测评文章:N/A

I was facing the same problem and my approach is to have a cron job running on the host and generate the cert using one docker run command, then run...

I took a look at our current template today and tried to add the scheduled actions to it. The problem is, we've already have 47 parameters in the template, and...

To answer your question: 1. I think the current codebase does not support this feature. To disable rollback, we must specify `OnFailure='DO_NOTHING'` during stack creation. When we build the arguments...

@Spareo Excuse me but why was this issue closed? I guess we don't have a solution yet?

Sorry reviewers, I would love to add a test for this change, but I cannot think of a good way to do it. If you've got some ideas, I'd love...

Thanks @phobologic ! I had tried to make a little contribution back then and I totally forget about it until you pointed out, that's a stupid mistake. Anyway, I've also...

Thanks, @phobologic for your reply! I agree, adding a new general way to choose the aws region would be really useful.

IMHO this is a good alternative to the current pip installation method, you can always choose to install through pip if you have other requirements to fulfill. :)

I guess I'm more inclined to see a solution by changing the regular expression in `lookups/__init__.py`. Think about this: ```python > import re > LOOKUP_REGEX = re.compile("""\$\{((?P[._\-a-zA-Z0-9]*(?=\s))?\s*(?P[@\+\/,\._\-a-zA-Z0-9\:\s=\[\]\*]+))\}""", re.VERBOSE) > LOOKUP_REGEX.match("${vrls_hostname}")...