Christopher Mead

Results 3 comments of Christopher Mead

Does this library work with Python 3?

This will fix it: _DICTIONARY = [bytes.decode(word) for word in _DICTIONARY] (at the same place as the code monkeython mentioned in his code snippet.) This fork has the change in...

Hi, I'm using the webhook after learning about botkube from a PR for kubewatch. I use the webhook to start tests automatically post deploy. The webhook is a huge improvement...