Tom Dryer

Results 132 comments of Tom Dryer

Looks related to https://github.com/urwid/urwid/issues/318.

Are there any errors in the log file (`~/.cache/hangups/log/hangups.log`)?

Nice solution! Do any of Google's clients solve the issue this way? Since this is a UI issue, I think it would be more appropriate to solve it purely in...

We could add a stateful `NameFormatter` class to be used by the UI.

Looks like Google is prompting you for something before your password. Can you [try signing in here](https://accounts.google.com/o/oauth2/programmatic_auth?client_id=936475272427.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.google.com%2Faccounts%2FOAuthLogin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email) using your browser and see what happens?

I've run hangups under Cygwin in the past, although others have had trouble getting it working more recently (#186).

Currently hangups [is setting](https://github.com/tdryer/hangups/blob/91455286d62f69d94117a89313e95d99939bd0be/hangups/ui/notifier.py#L64) the timeout to -1. According to [the spec](https://developer.gnome.org/notification-spec/) this means: > the notification's expiration time is dependent on the notification server's settings, and may vary for...

The leading space is required for some reason. According to `dbus-monitor` the value is parsed correctly.

Not sure what could be causing this.

You could try attaching the debugger and figure out what the incorrect argument to `getaddrinfo` is and where it's coming from. It might also be useful to create a script...