Jean-Baptiste Quenot
Jean-Baptiste Quenot
Can you check on the command-line with ldapsearch that your binddn and LDAP URL are valid? See this bug: https://github.com/kvspb/nginx-auth-ldap/issues/80
Can you try with `connections 1`? And if possible activate debug with `error_log /path/to/log/file debug` and paste the output. Thanks!
Can you check with `nginx -V` if the option `--with-debug` is present? Nginx may be missing debugging support. See http://nginx.org/en/docs/debugging_log.html Anyway connection errors should be reported as `error`s and the...
I submitted a patch for issue #80 if you wish to have proper error messages in the logs. Someone may want to close this issue now that the problem has...
@Ziiweb you need to add `Access-Control-Request-Method: POST` to your request
Hi there! I see that progress was made on type hinting as several pull requests have been merged. Any chance we can have a new release with the new features?...
Hi, I won't comment on the missing feature, but could you please use the proper GitHub markup for code? See https://guides.github.com/features/mastering-markdown/ This would make your issue description easier to read...
I also badly need combined charts. Can't find the right way to implement that in the library. Any hint @scanny ?
I added a `Chart.add_subchart()` method and it works for me, see https://github.com/jbq/python-pptx/commit/ddffc2839e3f909b3bf8acdc8fe80ecfe63492a6 It's very hackish though, the current API does not provide means to deal with the subtleties of the...
@masterofdestiny see example at https://python-pptx.readthedocs.io/en/latest/user/charts.html