Henning Pridöhl

Results 3 issues of Henning Pridöhl

People with red green blindness can't distinguish the default colors for "yes" (99cc66) and "no" (ff9966). This affects about 5% of the people (with men more often affected than women)....

Discussion
Accessibility

Currently only Python 2.7 is supported. With some help of __future__ imports and the [future module](https://pypi.python.org/pypi/future) it could be possible to have support for both, Python 2 and 3. All...

Refactoring

The ldap3 module is written in pure Python and is compatible with Python 2 and 3. Please consider replacing python-ldap, which is Python 2 only, with ldap3. See https://github.com/cannatag/ldap3

Refactoring