Lee Lowder
Lee Lowder
Was trying to use a product that uses this, and the anti0virus we use at work kept flagging the product and killing it. After some investigation, it was determined that...
There should be a version available for Windows that can simply be unpacked, or otherwise installed without needing administrative rights.
Specific examples: https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L20 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L24 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L28 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L142 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L142
In the Special_Content_tests, the test `test_also_does_special_content_conversion_for__exercise` fails. This is due to the `.exercise` tag not being rendered as "special content". See attached screen shot. ![screen shot 2015-01-13 at 10 45...
The tests that fail: - ShowOff_Bare_tests - test_can_get_bare_slides - ShowOff_Utils_tests - test_can_create_a_github_version - test_can_create_a_static_version The currently use: ``` assert_equal 2, content.scan(/div class="slide"/).size ``` This should be: ``` assert_equal 2, content.scan(/div...
While running through the example slideshow, noticed this in the logs, in several areas: > Special mark (notes) is deprecated. Please replace with section tags. See the README for details....
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: N/A - Ruby: N/A - Distribution: N/A - Module version: 3.x - 5.0.0 ## How to reproduce (e.g Puppet code...
With version 2.2.0, when listing module deps if you put in `version_requirements` by mistake, you get a warning about "open ended version requirements" even if the listed version is not...
This is dependent on #213 With the introduction of the Deferred type and Sensitive, more people are wanting to use these to be able to secure potentially sensitive data. However,...
This is needed for a few reasons - better performance, easier validation / testing, and ability to support pulling the passwords used in the templates from places like vault, or...