Vladimir Iakovlev
Vladimir Iakovlev
Hi, I've ported support of drawing text from py-gaugette, usage: ``` python display.draw_text(10, 10, 'Test text!') display.display() ```
[More details](https://www.python.org/dev/peps/pep-3102/).
It would be nice to have option to use third-party transformers.
Snippets like: ``` @snippet def import_rewrite(previous, current): if __import__('six').PY2: extend(current) else: extend(previous) ``` Are failing with: ```python In [47]: import_rewrite.get_body(previous=[], current=[]) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ()...
We should define sources encoding if target is 2.7, like: ``` # -*- coding: utf-8 -*- ```
It would be nice to support automatic recompilation of changed files with watchman.
Rhythmbox freeze when plugin page loading. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29665897-rhythmbox-freeze?utm_campaign=plugin&utm_content=tracker%2F2163146&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2163146&utm_medium=issues&utm_source=github).