Jeremy Weathers

Results 4 issues of Jeremy Weathers

After finally upgrading from OS X 10.5 to 10.6, scrapi is no longer working. It bails out with: Scraper::Reader::HTMLParseError: Unable to load /Library/Ruby/Gems/1.8/gems/scrapi-1.2.0/lib/scraper/../tidy/libtidy.dylib I found this blog post with a...

I have replicated a bug I saw in my own project in the test suite: https://github.com/brigade/scss-lint/compare/master...jlw:defect/block-disable In my project, I added a re-enabling control comment after to pass the linter,...

## Description When using an HTML form for searching or filtering and a field is left blank, Rails puts an empty string in the params hash, and this raised an...

For use with verbose commit messages edited in BBEdit enabled by: - `git config --global core.editor "bbedit -w"` - `git config --global commit.verbose true`