Mike Grima
Mike Grima
### First check * [*] I added a very descriptive title to this issue. * [*] I used the GitHub search to find a similar issue and didn't find it....
Hello! I'm trying to figure out what the right way is to log to `stderr` when using a progress bar for select items only. I wasn't able to find docs...
I was curious why Marshmallow didn't have a `field.Set` for Python sets. I would imagine the code would be mirror identical to `List` (https://github.com/marshmallow-code/marshmallow/blob/dev/src/marshmallow/fields.py#L656) only with a `list` being serialized...
Need to implement an `!EnableGhPages` command that invokes this API: https://developer.github.com/v3/repos/pages/#request-a-page-build
Need to upgrade to the latest Slack RTM bot release (0.4.1)
When new users enter a channel, they should be greeted with the `!Help` command output as an ephemeral message. This will additionally help reduce spam. This should also be set...
Need to have better debug logging in place for HubCommander.
The daily change notification emails do not get sent out. This will either need to be fixed or removed.
Need to investigate and fix this error: ``` IAM Managed Policy defined but not found for ... ``` From what I can tell, it's mostly benign.
Need to support the Differ table ignoring frequently changed items. This would would make the `Historical` table act like the `Current` table for a given item that meets a certain...