Conrad Irwin

Results 605 comments of Conrad Irwin

Thanks for this! Looks like the linter is complaining about some unused variables (you can fix that by naming them `_` or similar). If we want to support this more...

It looks like we just need to check fi the item is already active in this pane, and if so reactivate it. Pushed up a potential fix.

Hi Fernando. I'm sorry about this! The problem is likely with the C-extension used by interception (which powers pry-rescue). I haven't done much work on either project in a few...

Jruby should be supported in theory. It sounds like Jruby's TLS library is different to MRI's — it should be an easy fix if you can find the documentation/code for...

Thanks @MrJoy. I'd love a pull request :)

Hi @gkrcode, This was actually intentional. If you're using the listener API you should add a `.stopback{}` that cleans up your event senders. The `IDLE` command relies on this behaviour...

This doesn't actually work, will try again.

I'd love to delete all the code if we can :D. What happened?

Makes sense, thanks. Could you please add a test too so we can avoid regressing this when we want to refactor it.