Christopher Dignam

Results 56 issues of Christopher Dignam

It would be great if I could schedule a project to run on a schedule.

```python # incorrect logging.info("Login error for %s, %s", (user_id, name)) # correct logging.info("Login error for %s, %s", user_id, name) ```

enhancement

I'm attempting to override the default password reset email to send an HTML email, but I cannot find documentation on this. I added my template to `templates/account/email/password_reset_key_message.html`, but that didn't...

Hey, Rure-python is excellent, it would be nice if there where wheels for ARM Macs.

asyncio_redis is a custom fork that's hard to maintain and would require a lot of time to make it work with Python 3.8+. redis-py is well maintained, so let's move...

Another PR reducing error reports to Sentry

We should retry all http errors when merging PRs. We should also report to Sentry for any weird behavior.