Damien Tougas
Damien Tougas
I took the commits from PR #22 and tested them. That PR didn't work for me, I found a couple small issues, and I cleaned things up a bit. I...
I am attempting to install `django-categories` on FreeBSD 11.2, in a Python 3.6 virtual environment. Pip is choking on the install of the `unicode-slugify` dependency with the following error: ```...
I am relatively new to Robot Framework, so maybe this is just a newbie error... I have a library method like this: ```python class MyLibrary: def do_something(self, *args, **kwargs): stuff_happens()...
I have encountered two bugs with regards to image orientation. They both work together to make image thumbnailing create undesirable results for portrait images with exif orientation data, thus I...