Results 14 comments of Kyle Purdon

Of note another project that wraps streadway/amqp has a pretty solid set of interfaces: https://github.com/NeowayLabs/wabbit/blob/master/amqp.go. Perhaps they could be of use. Generally ++ on prototyping this, it could be VERY...

@matryer @sudo-suhas -- I'm not sure who to request a review from to keep this moving forward (or not).

`Hydrate` was just naming that was used internally a lot at the company i build this support for "filling/completing/...hydrating" a client, but i'm open to any naming. - `Fill` -...

@matryer yes; it definitely possible to do this manually/directly. However, the most often use case that has led us to this is providing a complete real implementation and only mocking...

@matryer, stalled again here -- anything I can do to get this added? Thanks.

Thanks @breml -- I'm happy to add anything (README, docs, ...) if this will be accepted/reviewed by @matryer.

This would be a great addition -- github's notification filtering is poor at best, and being able to do even this thin filtering in gitify would be 💯 . My...

Hi all ... I've reached out internally here at Bitly and will make sure we get a response here soon. Just wanted to drop a line here so you all...

To add a bit of color here, this is a common issue for anybody with a multi-module monorepo (a reasonably common pattern). Given the following directory structure: ``` monorepo/ ├──...

This one is a killer for me, any updates? Any workarounds? Any hints on source (happy to contribute).