Jon Falkenstein

Results 71 comments of Jon Falkenstein
trafficstars

@harkylton if you wanted to fork his branch and open a new PR, addressing the comments I made on this PR, we can close this one and I'd be happy...

@zengqiangfang The place to start looking would be in the ConnectionManager class. This is the abstraction Sceptre uses to directly make boto3 calls.

@zaro0508 What's the status on this? Is this going to make it into the coming release, you think?

Hi @cleonard-godaddy. The answer is "no but kind of." No, nothing further has technically been added to the Jinja rendering. _However_, there is a new resolver which might help you...

Hey, thanks for reporting this. I've got some homework for you. If you just do a yaml.load() on that template in a Python interpreter, what's the result? I'd suspect that...

Interesting. I know we've added support for `---` before, but I'm not sure we've ever tested what happens when a doc BEGINS with a comment and then `---`. I think...

@rubencabrera Did you have responses to my questions here ^^?

So I was looking into something similar, using resolvers as arguments to other resolvers, but YAML explicitly doesn't let you do that. I think the closest thing we could accomplish...

Well, with the j2_environment parameter, I suppose we can load Jinja extensions. One way would be to just make an extension. I've thought about making resolvers available in the jinja...