Michael Stepner

Results 15 comments of Michael Stepner

Hi @npalm, my team is currently upgrading from a very old version of [philips-labs/terraform-aws-github-runner](https://github.com/philips-labs/terraform-aws-github-runner) to the latest (v1.7.0) and we're encountering this issue as well. I've described our software versions...

With further debugging, it seems that the issue we're encountering is not the same as @anshulpatel25: the patch proposed above didn't resolve the issue. We're debugging further.

That's fantastic! Thanks Simon.

@simonrob FWIW, I used to maintain python 2.7 compatibility for my packages but I was persuaded by [python3statement.org](https://python3statement.org) that the time has come where as a project maintainer I shouldn't...

FWIW, I also see this error in my logs but the tag is successfully read and my Home Assistant automations run successfully.

Pull requests that implement more features of the Mustache spec are welcome! I've pasted the contributing section from the README below. > ## Contributing > > Project Status: Inactive >...

This is a good idea, and it is a part of the Mustache spec: [see here](https://github.com/mustache/spec/blob/master/specs/interpolation.yml#L124-L180). I'd welcome a pull request. I've pasted the contributing section from the README below....

This is a good idea, and the ability to change the delimiter is a [part of the Mustache spec](http://mustache.github.io/mustache.5.html#set-delimiter). I'd welcome a pull request. I've pasted the contributing section from...

@anobli: This is a good idea! Thanks for submitting this PR. Would you be up for adding two tests verifying that pandoc-mustache successfully substitutes variables in Block and CodeBlock environments?...

This sounds like a good idea for an efficiency bump. I'll look into implementing it in the next version.