Ron Hudson

Results 11 issues of Ron Hudson

Added a requirements.txt to make install a bit easier.

This isn't an issue, but not sure where else to talk about this. I just finished proof of concept of a Check-in security badge we use at our Church. https://github.com/pastorhudson/PCOBadge...

question

I wanted to put this here so others could find it. It's not in the docs, I can add it if someone answers. How do people handle multiple workers? If...

This adds two tests: - Tests that a string can be encrypted - Tests that an encrypted string can be decrypted I would like to fix the pycrypto vulnerability as...

Adds slack_attachment mixin. This allows you to build nicely formatted slack attachment messages like the ones below. I put this in mixins but I'm not sure that's where it belongs....

## Adds the ability to Direct Message a slack user from self.say. ### Usage: `self.say("Some Message", channel=self.message.data.sender) ` ### Why? This is useful when you want to respond with a...

bug

It seems sending to a user ID in slack doesn't work like I used to? If I try: `self.say("Test message", channel = self.message.data.sender.id)` I get back: `Fri, 20 Jul 2018...

enhancement

It seems pycrypto is no longer maintained and has some vulnerabilities. Pycryptodome is an "Almost dropin replacement" to pycrypto. What are your thoughts on getting a PR for pycryptodome?

enhancement

Since we're focusing on getting the coverage up could we add a coverage badge so we can have a number to look at and celebrate as we write tests?

Worldtime plugin relies on the google maps api which is no [longer free without an api key.](https://developers.google.com/maps/billing/important-updates)

bug