Matt Iversen

Results 32 comments of Matt Iversen

Regarding the Python GnuPGInterface library, it seems there are newer versions (0.3.5) on both pypi and googlecode. https://pypi.python.org/pypi/python-gnupg/ https://code.google.com/p/python-gnupg/ The newer PyPI tags claim compatibility all the way up to...

Mailpile is still a relatively new application, so it shouldn't be aiming to stay behind.

The releases will essentially just be bugfix releases, when python devs feel one is warranted for whatever comes up in the future. The promise is essentially saying they'll keep on...

For python 3 libraries, there is a port of PyDNS called [Py3DNS](https://pypi.python.org/pypi/py3dns). I'm unsure about its cross compatibility with Python 2. PGPDump is 2/3 compatible, same with MarkupSafe. Spambayes hasn't...

@joar the biggest hurdle is usually getting your dependencies 2/3 compatible first.

Hi there, docs seem to be built with sphinx now, but have you hosted them somewhere? pythonhosted.org or readthedocs.org? If so it would be great to link to their location...

> Unzip the contents of [light.zip](https://github.com/rdbende/Sun-Valley-ttk-theme/files/7918993/light.zip) into your my-themes\Sun-Valley\theme\ > > Open `accent-color.py ` and edit values **set_color** - (to your color choice) and **theme_path** - (to path to your...

Would it be possible to have this in the installer? Like if you select an option during install it creates user config with dark theme for UI & editor

> (gevent's websockets) gevent does not implement websockets, I'm not sure where you're getting that from.

Additionally, it might be possible to simplify this if your requirements for the coremltools package is simpler now. maybe you just require 4.0, or 3.3 and above will work fine...