Jakub Szafrański
Jakub Szafrański
How about that StartTLS? We're also missing it here.
I've actually went the other way around - I used the [auth_request module](https://github.com/perusio/nginx-auth-request-module) and created a custom app, that allows me to handle basic auth via my python webapp, that...
Same issue with PyCharm 2016.3, but it works in WebStorm 2016.3. This led me to some investigation, because both IDEs are on the exact same IntelliJ Platform. It turned out...
I would just like to mention that your workaround doesn't play well with the offset option. So instead of changing the `window.location.hash`, consider doing: ```javascript history.pushState(null, '', `#${element.id}`); ```
Are there any plans on working on this issue?
@ahsanshafiq742 Unfortunatelly, looks like this project is not maintained anymore (considering the lack of activity on this repository or on PyPI).
@morganfainberg @linsomniac Have you been able to come to a conclusion about this? I see there are people willing to contribute (including me), but without a maintainer there's a lot...
I also took the opportunity and fixed the linter issues travis was reporting.
Here's the issue in Django, which this PR originated from. As you can see fixing this here would mean that all natively supported memcached backends at Django will be consistent...
@Lee-W I believe this might still be unsupported - especially if somebody wants to explicitly sign commits, and not have git configured for auto-signing.