Steven Harman

Results 96 comments of Steven Harman

Any reason not to merge this? If so... let's close it (with an explanation :smile:).

FWIW, the TravisCI build is failing due to coveralls, but the tests all pass.

Doh, sorry about that. Yes, it did pass locally. It's been a while since I've worked with EventMachine, but my suspicion is there's a race condition that this change might...

Under Ruby 2.0, I now see a new error coming from EventMachine: `eventmachine not initialized: evma_stop_machine`. On that version of Ruby, a spec also prints the following to STDOUT: `Attempt...

Interestingly, stubbing the `EventLoop::defer` call (`allow(Lita::Adapters::Slack::EventLoop).to receive(:defer)`) seems to allow the test to pass, every time.

I didn't realize the new Pull Request system auto-creates a new issue. I've closed the original Issue #25 and copied it's text here. Sorry for the confusion

I'm seeing the same thing. `hub` used to work fine, and stopped at some point. I'm finally getting around to figuring out why. I have no `~/.config/hub` file. ``` cat...

@cacrawford, brilliant! Your suggestion led me to investigate the files I was sourcing in my ZSH setup. It turns out I had a `.zlocal` with my `GITHUB_TOKEN` set. Doh!

@janko-m Hmm, that... did not work. The QuickFix is now broken: It's like everything with any text at all is being filtered out. So I'm not sure what `errorformat` is...

I just verified this with the latest. ✅