Wes Winham

Results 15 issues of Wes Winham

[ConfigObj](https://code.google.com/p/configobj/) would allow us to mostly get out of the low-level validation-parsing game. It has built in validation and template expansion. It uses python templating instead of Jinja2, but it's...

A common case would be setting the `.neckbeard` directory path so that no matter where you were inside your project, you could run `neckbeard`.

Since the events are thrown on the queue (which might be delayed), folks should be using the `time` parameter to ensure that events are recorded as happening when they actually...

For a while now, Mixpanel has supported ad-hoc funneling based on arbitrary events. It's no longer necessary to use a separate task. Add a deprecation warning and remove it before...

Should `mkfs.xfs /dev/foo` if the volume isn't XFS formatted. Maybe add this as just a step in the README?

[Librarian](https://github.com/applicationsonline/librarian) looks awesome, and we should use it. Copy/pasting 3rd-party code in to a repo makes baby jesus cry. It does add a ruby dependency though, which means folks will...

Create a base job configuration for checking out a project from a git repo and then running jshint on a directory. Should include documentation and a way to customize the...

Every single Jenkins install is going to want to turn on some level of authentication at the minimum. Provide that with a default admin user as a sane default.

Explain how to use data bags or node configuration options to manage plugin installs with chef.