Jonathan Harker

Results 10 comments of Jonathan Harker

Not sure how I can help without patching `libs/libetpan/src/low-level/smtp/mailsmtp.c` to not use localhost, but I'm getting this in the server logs when authenticating with an SMTP server over 465/SSL, using...

Could you not simply check a setting in your base template(s)? For example: `{% if not settings.DEBUG %}{% analytical_body_bottom %}{% endif %}`

Looks great, let's merge it 😄

Pushed a better commit, with pbr and setup.cfg instead.

Perhaps @tuomur has been abducted by aliens?

Hi, I'm new to the codebase and having experienced this myself, I thought I'd have a poke around, so please forgive my silly questions :-) I see that if Plex...

e.g. something like ``` diff --git a/resources/lib/plex_api.py b/resources/lib/plex_api.py index f3e86c76..b8147751 100644 --- a/resources/lib/plex_api.py +++ b/resources/lib/plex_api.py @@ -636,6 +636,10 @@ class API(object): """ Returns the 'parentRatingKey' as a string or None...

Hehee... what's the worst that could happen, right? I'll see if I can have a go by hacking it "in production" and seeing what happens. Worst case is I have...

In WinCompose 0.9.11 I solved this using the "Ignore windows matching this regex" option, and using the window title of the VM. For example, something like `^Ubuntu.*` or `.*VirtualBox$` which...

Omniauth in Ruby-land uses option 3 - separate gems for separate providers. Makes sense, if fiddly to implement at the dev setup end.