2015 (section)
February 2015
-
▸
Python 3.5 and Django 1.7's HTMLParseError
Python 3.5 removed html.parser.HTMLParseError which breaks Django 1.7. Workaround involves upgrading Django or applying the django-autoconfig patch to fix the compatibility issue.
-
▸
Ubuntu overlapping displays while scaling dual monitor setup
Fix for overlapping displays when using xrandr --scale on dual monitor setup in Ubuntu. Shows how scaling affects virtual screen size and how to properly configure multiple monitors.