Ben Brinckerhoff

Results 40 comments of Ben Brinckerhoff

Thanks for reporting this! In 0.7.0, some relevant errors were omitted when there were multiple ways to fix the value (which occurred in macro specs which had many β€˜or’ or...

This appears to be an issue with spec https://dev.clojure.org/jira/browse/CLJ-2364

The behavior changes if you provide a regexp for the variable, but it depends on the regexp: ``` ruby require 'rubygems' require 'http_router' router = HttpRouter.new.tap do |router| router.get("/foo/:id", :id...

@programingnotes Thanks for using this gem! Sorry you're running into issues. Can you post the source of the spec that is failing?

Sorry, I should have been clearer: can you post your spec code in its entirety? The spec code in your original message appears to only be a section of the...

@programingnotes Actually, I can reproduce the issue the RSpec integration. Sorry about that - not sure if it was always buggy or if some change in RSpec broke this. I...

> PRs are welcome to update the integration Just wanted to highlight that I'd still welcome PRs for this

Thanks for the report. perftools.rb does not work with Ruby 2.1. I may add support for Stackprof (https://github.com/tmm1/stackprof) but I haven't yet had time yet. On Saturday, June 28, 2014,...

I've noticed that jobs are also scheduled at the incorrect time for some period after we "spring forward" (lose an hour). We have this entry in `config/sidekiq_schedule.yml` ``` bulk_loan_job: cron:...