Tom Dryer

Results 132 comments of Tom Dryer

No, only HTTP proxies.

SOCKS may not be feasible, but we can use this issue to track both.

This is a bug in the underlying hangups library. I opened an issue here: https://github.com/tdryer/hangups/issues/149

From looking at my logs, `conversation_state.conversation` isn't null [when hangups calls `getconversation`](https://github.com/tdryer/hangups/blob/master/hangups/conversation.py#L416).

Here's a modified version of [the example support code](https://github.com/Gekkio/imgui-rs/blob/132c749239779eb475a0a0cfa970b13d545112f7/imgui-examples/examples/support/mod.rs) that makes the examples only redraw after an event occurs: https://gist.github.com/tdryer/5493a4cb28bb1e993216ace3102d07f8

Here's what I'm using: ``` /?subreddit=games&averagePostsPerDay=10&view=rss ```

Looks like @Aransentin's first commit was merged but not the second, so the temporary buffers are currently missing in master and in-place operations are broken.

> This depends on tdryer/hangups#171 "Last seen" and read timestamps are separate features. I think it's already possible to implement to "last seen" using `Client.query_presence` and `FIELD_MASK_LAST_SEEN`, although this isn't...

I took a quick look, and these two APIs seem related to opening a call: ``` https://clients6.google.com/hangouts/v1/hangouts/query https://clients6.google.com/hangouts/v1/hangouts/resolve ``` I'll try getting them added to hangups when I have time....

I tried calling `resolve` using hangups and it failed with this error: ``` Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup. ``` I suspect this is an issue...