Tom Dryer
Tom Dryer
Released 0.2.7. Thanks for the reminder :smile:. I want to get things in a state where I can push a tag at any time and have a release made automatically.
Not git integration exactly, I've been considering Travis CI's [PyPI deployment](http://docs.travis-ci.com/user/deployment/pypi/) support along with something like [bumpversion](https://github.com/peritus/bumpversion).
Same thing. I don't see `getsuggestedentities` being used by the web client anymore, so maybe the API has been removed.
Can you share the traceback for the `KeyError`?
There are previous reports of log spam in #119. Urwid is using `select` to check that the input file descriptor is ready to read. The exception occurs because Urwid always...
There's also list of projects using hangups in the readme that you could use as examples until we have more documentation.
Following #283 there's now some more reference documentation.
The new login method doesn't work with "prompt authentication". It might be tricky to implement, but I haven't looked at it yet.
Anyone looking for a workaround can try this manual login process: https://github.com/tdryer/hangups/issues/350#issuecomment-323553771 .
Looks like a conversation is having its timestamp changed to null for some reason. I'm not sure why this would happen consistently after a delay. Can you enable the debug...