Vladimir Iakovlev

Results 16 issues of 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/).

enhancement
target: 2.7

It would be nice to have option to use third-party transformers.

enhancement

Related #30, #31

enhancement

`dbm` => `anydbm` `dbm.ndbm` => `dbm`

enhancement
target: 2.7
next release

https://pypi.python.org/pypi/enum34

target: 3.3

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 ()...

bug
next release

We should define sources encoding if target is 2.7, like: ``` # -*- coding: utf-8 -*- ```

enhancement
target: 2.7
next release

It would be nice to support automatic recompilation of changed files with watchman.

enhancement

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).

bug