Tom Dryer

Results 17 issues of Tom Dryer

When `hangups.ConversationList` receives a state update for an unknown conversation ID that doesn't contain the conversation details (such as a typing or watermark notification), it will log a warning and...

type-bug
component-core

Originally reported here: https://github.com/mtomwing/pickups/issues/8 Sending a message interpreted only as formatting (such as `**`) will fail: ``` 2015-08-26 18:50:35,945 - hangups.client - DEBUG - Sending Protocol Buffer request conversations/sendchatmessage: request_header...

type-bug
component-core

Currently, hangups will retry several times to get a connection, and exit upon failure. This behavior isn't ideal for mobile devices with intermittent connections. Instead hangups should notify the user...

type-enhancement
component-core
component-ui

The `--maxconn N` option does not limit the number of simultaneous connections as described. This value [is being used](https://github.com/emikulic/darkhttpd/blob/667edacaa3805355f687f535633dbac6f84d7ed2/darkhttpd.c#L866) as the `backlog` parameter to [`listen`](https://man7.org/linux/man-pages/man2/listen.2.html). At least on Linux, this...

I came across an item where the link element contains a relative URL instead of an absolute URL: ```xml Stadia has officially gone 40 days without a new game announcement/release,...

deadwiki fails to render the index of my notes directory with the error: ``` RuntimeError: can't find var: print-nested html/index.hat: line 1, col 1 ``` I get the same error...

As [previously announced by Google](https://support.google.com/chat/answer/9854901), Hangouts was shut down in November 2022. This caused hangups to stop working because the API it relies no longer unavailable. Google's replacement for Hangouts,...