eternaleye
eternaleye
I wonder if one option might be something along the lines of ``` ottery_config_add_source_buffer( buf[], len ); // returns some sort of handle to the source ottery_config_trust_source( sourcehandle ); //...
In terms of callback functions, what are you thinking regarding API? No arguments, pthread_create void\* style, registration has a (...) prototype and passes the va_list down, something else? In any...
The refactoring could probably be done in stages and stay runnable throughout: 1.) Change the get fn prototype for the current sources so that cfg and state are void*s 2.)...
That commit actually causes a similar failure mode for me - one of my conversations seems to have neither a first_name nor a full_name associated with it, so both https://github.com/tdryer/hangups/blob/master/hangups/client.py#L142...
Well, this is that message (my sister, amusingly enough): (snipped, see EDIT2) However, that _does_ have the display_name and first_name fields. I _suspect_ it's misattributing the error, since if I...
If I json.dumps the failed entity, it's this: {"blocked": false, "id": {"chat_id": "108087445024636237743", "gaia_id": "108087445024636237743"}, "properties": {"type": "NONE"}, "entity_type": "GAIA"}
Ooooh, I think I know what happened. I think that's someone who _deleted their G+ account_
They do and it does - the hangouts app on Android orders conversations the same way as your TUI client, which makes it easy. Just find the two conversations that...
No, looks like both IDs are the same: {('100614481081814380012', '100614481081814380012'), ('108087445024636237743', '108087445024636237743')} (the second tuple being the broken one, and the first being my sister)
Ah, I don't even have Chrome installed. Firefox user here :P