Edward Anderson

Results 55 issues of Edward Anderson

`start_race` can be a confusing name because it doesn't actually do that. Many sensors also do not require sending any data to allow a race start.

This app scans several USB serial device files and tries to talk with all of them simultaneously. This behavior isn't common, so it should be documented both in the Readme...

JRuby can't compile the C extension in the fast_stack dependency. Your README seems to imply that recent versions of JRuby in 2.0 mode might work with flamegraph. Have you indeed...

jutebag.commands used to be an object with command names as the keys, until e69f7dfc90ffcbcf82f313de863be47590861f64 changed jutebag.commands from an object to a sorted array. Use an appropriate lookup, now that jutebag.commands...

Right now I'm working on a module that will kick in for rails projects that will use `ActionDispatch::Reloader` to reload rails classes the right way (like it does in development...

I'm having to exit guard by pressing ^C twice, instead of ^D like I normally would. Any thoughts on why this might be? Is it happening to others?

My tests run fine when using the standard options, but setting `all_on_start` to false causes the Rails environment not to load. ``` guard 'jruby-rspec', :all_after_pass => false, :all_on_start => true...

Using a more generic regex to find the gist id. The old regex was failing because github no longer considers this HTTP request to be logged in, despite having the...