Bryce Baril

Results 21 comments of Bryce Baril

Yeah, this is the way Redis pub/sub filtering works -- and it tries to address the 'how many peers listening to a topic' by returning the number of subscribers who...

Hi @shuhaowu Hmm did you try it without sudo/sudo_user? What version of Ansible?

This is awesome, but it looks like it possibly breaks hosts that use non-standard ports. I'll take a look. Thanks!

>The only thing I'm uncertain about is the 0 packages, are they supposed to get a pass because we don't know enough about them or are they a hard-fail? 0...

Still getting this with atom 0.89.0 It happens as soon as I press space after typing either `==` or `===` in an `if` conditional. Here is my jshint config: ```...

:+1: to all of the people working on sentinel libraries! I haven't had a chance to take a look yet, but I'm eager to try it out.

I've started work on a refactor of the core `node_redis` client to accomplish a couple things: break up the current index.js so it is a bit easier to work on,...

I'm not entirely sure what you mean by heavy -- the goal is to encourage a lighter codebase by making it easier to plug features in without forcing them to...