Reuben
Reuben
Perhaps the tox matrix needs to updated to include Django 1.10, 1.11, and 2.0. And perhaps a further clean up to only bother with Django 1.11 under Python 2.7, and...
This happened for me because I had a custom.ldif that attempted to load the memberof module, but it would seem that the memberof and refint modules are already installed by...
The template seems to have the code looking for the required property for fields in the body, but the disconnect seems to happen when inspecting the fields in a type....
I'm running into this issue as well. I'm very early days into doing my development, so I'm using https://samltest.id/saml/idp as the IdP to authenticate against. I'm assuming that this should...
Because those global functions are not namespaced, I'd be happy with an `autoload.files` entry in composer.json, so that those functions can be found by composer and static analysis tools like...
Seconding this request. One solution might be to allow arbitrary additions to the connection string via the ExcelQueryFactory, or allowing a ReadOnly access to also specify `OLE DB Services=-4` in...
My use case was creating a transaction scope for a bunch of database transactions that I wanted to tie together (an import from Excel where they all import or none...
According to the current [jQuery UI Roadmap](http://wiki.jqueryui.com/w/page/12138038/Roadmap), the slider component in jQuery UI will be merged with JQM in jQuery UI 1.12. In the meantime, the slider components from both...
@vgaurav16, the combination of JQ 1.8.2 + JQ UI 1.9.2 and JQM 1.3.1 still has the same issue. Here is a jsfiddle, using the specific versions stated, and the error...