Igor Savin

Results 605 comments of Igor Savin

@austinkelleher Could you use any help with this?

Is there something I could help with that would advance this PR further?

@arontsang if you need any help, can you give me write permissions on your repo?

I'll finally have some free time next week and will try to resolve conflicts here, sorry for the delay

@arontsang Can you provide any details on ``` Well, if you are already thinking about it. I would like to change the interface for the DispatchHandler to return headers as...

@mcollina @ronag I've resolved conflicts and addressed all the outstanding comments, could you please rereview? upd: type tests are failing, I'll fix them shortly, shouldn't affect any of the runtime...

@squaremo Maybe this library could also be moved under amqp-node org for easier support?

@gargol Please let me know if this change makes sense and if I could contribute to implementing it.

That's the thing, Google Cloud Functions have no concept of server or router, so minimal Cloud Function code looks like this: ``` exports.helloHttp = (req, res) => { res.send(`Hello ${req.body.name...

(sorry, my original example was wrong, updated it now)