Tulir Asokan

Results 330 comments of Tulir Asokan

The cookie stuff is a bit hacky (relying on private aiohttp fields), so maybe try pickle instead of json for storing the cookies.

I don't actually use those methods (I needed more control over the parameters so I used `_upload` and `_send_files` directly) so it's possible something is broken in `send_local_files` too. I...

This doesn't seem to define `Room.GetServer()`, and showing the server is somewhat questionable anyway (since there's no "the server" in Matrix). Showing [bridge info](https://github.com/matrix-org/matrix-doc/pull/2346) protocol or network displayname for single-bridge...

Is there some way to convert the docs into a manpage automatically, or does it just have to be maintained by hand? (if it's the latter, maintaining the manpage might...

There's nothing preventing normal terminal pasting there, Ctrl+Shift+V works fine for me. Multi-line input fields like the message composer also support Ctrl+V to bypass the terminal (have gomuks read the...

The order of preference is `GOMUKS_*_HOME` > `GOMUKS_ROOT` > system default (XDG)

It exists on web too, you just have to use the user list to view your sessions and then click on the specific session. You can also use `/cs fetch`...

Tagged rooms (favorites and low priority are default tags) should be manually ordered already.

Blocked on matrix-org/matrix-doc#455

matrix-org/matrix-doc#2312 is starting to be ready enough that it can be implemented