Abhinav Kaushlya

Results 13 issues of Abhinav Kaushlya

The gitter backend returns a list of `GitterRoomOccupant`, but in the function we consider it to be a list of strings. https://github.com/coala/corobo/blob/master/plugins/labhub.py#L113 type/bug difficulty/newcomer

We've been specifying coala as requirement in the following format: ``` git+https://github.com/coala/coala#egg=coala ``` We should be doing the same here. (Also for coala-bears requirement)

The fix introduces removal of is_room_member function and instead uses callback_message to warn whenever `@mention` is not in room. Closes https://github.com/coala/corobo/issues/603 # Reviewers Checklist - [x] Appropriate logging is done....

importance/high
difficulty/low
process/wip
size/XS
area/security