Jason Raede

Results 9 comments of Jason Raede

I've obviously moved on from this project but if anyone would like to take over and update it to use the latest versions of Node, Mongoose, etc that would be...

Looks great - I'll take a look over the next few days and probably make this the next major release.

Assuming I'm correct and RabbitMQ will redeliver those messages to another channel (even the same consumer on the new reconnected channel), could we just remake the `cony.Consumer.deliveries` in `consumer.serve`? e.g.:...

Are there any plans to make this configurable?

Seems like the problem is this library doesn't take the raw URL including the query string but relies on another library's parsed version of it. For example a request like...

Oh, I'm wrong, I was just running into that issue in testing but it seems like the query string is used as-provided. Non-issue for me.

I'm having the same issue with a two-callback construct: ``` coffeescript [Error: Syntax error on line 22, column 2: unexpected ',' (\u002C) 19 : 20 : @auth.login('[email protected]', 'bar').then (res) ->...

Yeah I think allowing a predicate function would be the most pluggable. In order to have the `isEqual` know whether to run the function or compare its equality we could...

Just from your diagram it looks like you may have recursion going on. I didn't consider that when creating the package as I traditionally used it for hierarchical relations.