Marcelo Camargo
Marcelo Camargo
In #19, I've overloaded the Asyncio event loop to use the default exception handler, so we can have, at least for now, the original error messages instead of the "error...
@lennartkoopmann try it in the last version. It will give you the real error message, so we can now investigate.
@Garethp that probably happens because Slack method to get users truncates at 500, and we are still not loading the missing ones. We still need to handle the case when...
Sorry for the delay to approve! LGTM!
Sorry for the delay! Could you please fix the conflicts, so we can merge your PR? Thank you!
It seems like the Slack API has denied the request. This happens often when the same endpoint is requested too many times (Slack API has rating limits). I'll be working...
Caca is used only for attached images. For emojis, [we are currently using this codemap](https://github.com/haskellcamargo/sclack/blob/master/sclack/emoji.py).
Cool! For Linux, after your PR, we can be working with an integration with `libnotify` (for Windows I still have no idea, by the way). Thank you for your effort!
@duynguyenhoang I've just invited you to have write access to this repository. I'm very grateful for the work you are doing on this. Thank you!
Seems good to me and it is easy to implement. Let's do it. Thanks. :smile: