Ben Ford
Ben Ford
merged in https://forge.puppetlabs.com/pltraining/dirtree
https://github.com/puppetlabs/pltraining-dirtree
https://github.com/puppetlabs/pltraining-dirtree
A better solution would be to honor the `:escape_html` option so the user can choose. See https://github.com/rtomayko/tilt/blob/master/docs/TEMPLATES.md#escape_html--truefalse
If you contribute that as a pull request, you might actually get it accepted.
@logicminds can you add an `issues_url` to your `metadata.json` and try again?
I'm pretty sure this is what's causing your failure. https://github.com/puppetlabs/pdk/blob/226a101f3afec06ded291080e8c50f550762618a/lib/pdk/module/metadata.rb#L160-L163
@slambert unfortunately at this point `div#preso` doesn't fill the screen, so the body will show around it. A gross hack could be to assign the body background-color dynamically each time...
I'm not entirely certain what is happening here, but the root of the problem is that the `$(".a_very_unique_class")` selector is returning an array of two identical objects. I'll keep working...
Hmm. I cannot reproduce. Did you also say this was with a Docker container?