Danielle Sucher
Danielle Sucher
Couldn't hurt! If you want to submit a pull request on that, I'll review it ASAP. If not, it might take me a bit longer to get around to it,...
Ooft, I hadn't noticed it was tab-indented before, thanks. Sure.
What versions of Pry and Ruby are you using? I just tested with Pry 0.9.11.3 and Pry 0.9.12, each with both Ruby 1.9.3p385 and Ruby 2.0.0p0, and could not reproduce...
Neat! I haven't had a chance to work on this, so I'm extra delighted that you're taking a crack at it!
It works if you pass in a namespace as an option, ie: ``` $(function() { $("#first-slider").responsiveSlides({namespace: "slider1"}); $("#second-slider").responsiveSlides({namespace: "slider2"}); }); ```
> [ERROR] thrift failed error: /bin/sh: thrift: command not found You need to install thrift first. On a mac, `brew install thrift` ought to take care of it for you.