Todd Pickell

Results 8 issues of Todd Pickell

If you call `YAML.parse(myObject);` passing it an object it blows up. ``` TypeError: undefined is not a function at Parser.cleanup (/Users//code/tag-validation-lambda/node_modules/yamljs/lib/Parser.js:532:15) at Parser.parse (/Users//code/tag-validation-lambda/node_modules/yamljs/lib/Parser.js:65:23) at Function.Yaml.parse (/Users//code/tag-validation-lambda/node_modules/yamljs/lib/Yaml.js:20:25) at repl:1:6 at...

Just an idea that could simplify things a bit. Currently we have rake tasks `compile_js` and `compile_css` https://github.com/electric-it/minimart/blob/master/Rakefile#L18-L44 That will uglify and minify the JS and CSS files from the...

Policy for pulling updated versions of dependencies so when a new version is released then we should have something to say "Hey I can be updated if I pass validation".

There should be a way to automate the approval process for what cookbook or dependencies are allowed into you Minimart.

Should this be a thing? if so how ??? maybe there should be an option to use a name spaced cookbook like Github repo's forked. myappleguy/ruby-cookbook electric-it/ruby-cookbook ruby-cookbook - This...

enhancement

This allows user to specify the task name to the rake task. ``` $ rake apply[DEV-A-STACK] ``` This also includes update to only create passing tags if tags exist in...

As an engineer with a project that depends on this crate When dependa-bot creates a PR to update to the latest version I should be able to find a Changelog...

I ran into this issue [#91](https://github.com/lfe/rebar3/issues/91) while creating a new `lfe-app` I am not :100: sure how to test this locally, I do not see a contributing doc anywhere. @oubiwann...