David Gamba

Results 74 comments of David Gamba

@kayman-mk the machine we run our terraform plan/apply is in a different account from the one the runners are running from. So without a profile or assuming a role we...

> The only downside I see now is that configuration update requires Terraform to run local script @krzysztof-miemiec if this solution requires a local script call it might break setups...

You might want to check this: http://www.sagehill.net/docbookxsl/FOSectionNumbering.html If you want to dive into the templates.

Found this answer in stack overflow. I will try some of the things posted there. http://stackoverflow.com/a/4533760

@sbinet please take another look. I apologize for the delay... With this, to provide a format to the default ticks, all I have to do is: ````golang ... p, err...

Sounds like a plan. I'll give it a shot during the weekend hopefully.

I created PR #362. I expanded the `Ticker` interface but did not add the field to Axis because the places where the format was used had no knowledge of Axis...

In the Markup battles I consider [Asciidoc](http://asciidoctor.org/) to be way better than ReStructuredText. It already has a huge [list of users](http://asciidoctor.org/docs/what-is-asciidoc/#who-s-using-asciidoc). It can output to man pages, html, pdf, dockbook,...