svg PITA bug of the day
Today I've been struggling to understand why this does not work in Firefox, but is OK in Chrome: Here …
Read MoreTag: bug - Articles:
Today I've been struggling to understand why this does not work in Firefox, but is OK in Chrome: Here …
Read MoreDue to a long standing bug, no history file will be kept of the commands you enter in an interactive shell when using a Python 3 virtualenv. I found out a simple workaround. Simply put the following in your ~/.pythonrc : import atexit, os, readline, sys if sys.version_info >= (3, 0 …
Read More