Loren Davie

Results 4 issues of Loren Davie

Hi - cool project. I modified the ElementTree reading to use `.encode(‘ascii’,’ignore’)` to deal with non-ascii characters in the stories. I also fixed a typo.

Apologies if this is an RTFM fail on my part. I'm trying to use this library to connect to multiple remotes, each of which is sending their own stream. I'd...

Hi - I'm going to be putting this into a Django app deployed to Heroku, and my preference is to avoid having secret key files hanging around (which would actually...

For use in environment where private key files can’t be on the filesystem. For 12-factor style deployments (such as Heroku) it is discouraged to put secrets like private keys on...