Kai Xia(夏恺)
Kai Xia(夏恺)
Apparently, the following command is accepted, while it shouldn't be. ``` head -n 15 README | tail -n 9 | sed "s/^# //g" ```
This will put some extra burden on the developers, especially during the release process, but this will help out the following scenarios: 1. People of no python knowledge can simply...
*cfn-lint version: (`cfn-lint --version`)* latest master *Description of issue.* I was working on a side project and need to run cfn-lint against a string as a cfn template and would...
In most cases, user have specified the AWS region from the command line, and we can just get this region from the provider and retrieve parameters from that region. If...
Currently all lookups are nested, so after stacker has resolved some vars, it will load the resolved var and try to do another round of lookup until it cannot find...
讨论参见: http://www.v2ex.com/t/74249 ``` python print gist("http://gist.github.com/123078.git") print gist("http://gist.github.com/123078") print gist("https://gist.github.com/123078") print gist("https://gist.github.com/123078.git") ```
setup.py中要求的misaka版本为1.0.3, 而官方(pypi和官网)没有给出这个版本(虽然github上的版本的确是1.0.3). 能改掉对版本的依赖, 或者安装文档部分能给一个包含解决这个问题的步骤出来?