Steffen Hansen

Results 2 issues of Steffen Hansen

I'm trying to write binary data (python type bytes) to a jpegPhoto attribute and get errors: ``` class User(UserMixin, ldap.Entry): ... jpegPhoto = ldap.Attribute('jpegPhoto') jpeg = ... # binary data,...

flask_fontawesome/__init__.py imports flask.Markup which does not exist in newer Flask. It was first deprecated, then removed, then restored, and now finally removed again in 3.0. The correct import would be...