Adam Eberlin

Results 19 comments of Adam Eberlin

Also seeing this issue via a rake task which invokes `parallel_tests`. ``` ruby # lib/tasks/custom_parallel_tests_for_rspec.rake require "parallel_tests" namespace :rspec do desc 'Run custom parallel_tests with serialized output' task :parallel =>...

Also, experiencing the same issue, with same gem + versions as @maxkwallace noted above.

Follow-up: It seems that `pry-rescue` is auto-requiring `pry-stack_explorer`, regardless of what the Gemfile specified in the `require: foo` setting. I'll investigate more later, but hope this helps other people.

@chrismccord Thoughts?

Hey, @chrismccord. It shouldn't be too hard to extract it to it's own gem. I was actually going to suggest that we extract Faye, Pusher, and this adapter out to...

@chrismccord is there anything I can do in the short-term to help get this merged?

I understand there are some merge conflicts due to recent changes, but I'm still looking for general feedback on how to get this PR merged. @chrismccord or @ajb, feedback and...

Great, thanks @ajb. Will start working through the conflicts.

@ajb Think I've resolved all the conflicts cleanly. Please review when you have a chance. After looking over recent changes, I've noticed some similarities in the config keys for pusher...