Cody Winton
Cody Winton
I'd like to enable Travis Builds on the submission of PRs, but I do not have access to Johannes Schickling's Travis CI account. @schickling - Would you enable Travis builds?...
Compare current to https://medium.com/code-the-world/writing-a-great-readme-written-by-daniel-bader-4a02d1edc7a
I've added some functionality that I was needing for a project.
I'm working with Jekyll for GitHub Pages, which uses the Ruby gem for parsing YAML. This gem prefers this spacing in Arrays: ```yml --- simple_val: Testing 1 object_val: sub_object_val: Testing...
**Is your feature request related to a problem? Please describe.** When working with YAML configs, schema validation is always a really great feature to have. **Describe the solution you'd like**...