bobf

Results 28 comments of bobf

@chrisortman This is a great idea - I have just invited you. As you can see I'm a bit slow to get back on open source stuff at the moment...

> But I can't seem to figure out how to trigger a new build without creating any empty commit @chrisortman You can `git commit --amend` and `git push --force` to...

@chrisortman I don't have any specific objection to changing from `:amazon` to something else but I do question wether `:amazon_ses` is the best option. As you know we are specifically...

This is an issue for me as I am trying to write a gem which will be used by other applications. I would like users of my gem to configure...

@sungwoncho You're not missing anything. This code removes the warning (though not with anything useful): ``` ruby class GeneratorSpec::Matcher::File def description 'hello' end end class GeneratorSpec::Matcher::Directory def description 'hello' end...

@rajatthareja Hi, thank you for making this gem, we are using it to generate reports of tests on websites. We save our Cucumber results to a database so I have...

@yozlet Thank you for reporting - now I finally figured out why I keep seeing an error message in my console. If it's useful for the devs, the error I...

@PapePathe Hi, sure - a pull request would be welcome. You would just need to check if the gem is in ignore list when the auto-update code loops through all...

@cgeorgii Thank you for catching this and for providing all the info + suggested fix. The reason the tests failed is because `Gemfile.lock` is in `.gitignore` so the fixture was...

@cgeorgii Yes - I experienced the same kind of issue when I ran it in standalone mode. I hadn't thought of using it this way but I can see why...