Scen.K
Scen.K
> YAML support is new in Robot Framework 2.9. Starting from version 2.9.2, the standalone JAR distribution has PyYAML included by default. [Official Link](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#variable-file-as-yaml) Could you please add the variable...
We decided to support python (3.3+). Here are the tasks for supporting python3. _This is a working copy..._ - [x] basic py3 grammer - [x] flask_login - [x] fabric -...
As gm support not only GraphicsMagick but also ImageMagick for its base module, it that possible to make this module support GraphicsMagick? That will be a great help!
``` class Article(models.Model): title = models.Attribute() tags = models.ListField(unicode) new = Article(title='what ever') new.tags = [ u'Niña', u'Niñb' ] new.save() ``` While when load: ``` Article.objects.all() UnicodeDecodeError: 'ascii' codec can't...