Adam Coddington

Results 76 comments of Adam Coddington

hhkaos: Make sure that you're setting the locale to one supported on your platform-- if you're on Ubuntu, you can check the list of supported locales in “/usr/share/i18n/SUPPORTED" and make...

Incidentally -- if you were looking for reasonable things people might want to use the above functionality for: there was recently an excellent article on Hacker News that touched on...

Could I convince you into filing a pull request making that update?

Ahh, cool -- I hadn't considered that that might exist. Could you post a pull request adding that?

Ooo, this is definitely a bug; could you post this as a pull request so I can more-easily review it? If you're not super familiar with how that works, I...

@guettli -- could you file a pull request updating the docs to include that update?

This isn't a bad pattern to follow! I had for a while considered refactoring the transports such that we could use setuptools' entry_points for defining new ones (this is how...

Yeah -- it wouldn't at all surprise me if our docs don't mention `AppConfig.ready`. I'm pretty sure django-mailbox predates that feature entirely! Back when I was writing this, the recommended...

I'm afraid it's a little difficult to give much help for this sort of thing given that the problem is definitely going to be in how exim4 is wired-up to...

I do use this feature currently for consuming mail for a number of projects, so I'm fairly sure that it works. But, if you would like to validate assumptions, you...