-
https://pypi.org/project/karmabot/ has v1.3 when v1.4 is live
-
When the user inputs a timezone that is not in the list, we should fuzzy search for similar ones to offer a suggestion.
We can also have a fuzzy search capability in case the `--list` option is not…
-
-
You can provision Twilio's Sendgrid through Heroku. It will create an account and possibly the API key you'll need (if not you need to login and generate one yourself).
Set this key in your Heroku …
-
Following the course, the page used to grab tips and code from, https://codechalleng.es/tips, has been completely changed. Is there a new url for the old example tips so I can continue the demo? Thank…
-
Need more explicit build instructions for users of (mac, linux, windows).
For mac: requires "pip3 install PyObjC".
See:
https://stackoverflow.com/questions/29222269/is-there-a-way-to-have-a-cond…
-
I mean, [come on](https://www.youtube.com/watch?v=SP_9zH9Q44o)!
-
After installing, the command-line program `pysource` exists:
```bash
$ pysource
usage: pysource [-h] -m MODULE [-p]
pysource: error: the following arguments are required: -m/--module
```
Bu…
-
`sg = sendgrid.SendGridAPIClient(apikey=config('SENDGRID_API_KEY'))` => `TypeError: __init__() got an unexpected keyword argument 'apikey'` probably caused by https://github.com/PyBites-Open-Source/pb…
-
Which will break `django-registration` so either upgrade that to the latest or swap it out for `django-allauth`.