miruka

Results 66 comments of miruka

Which client is the person using behind Pantalaimon? Could you post the Element decrypted source for one such event?

Your theory was correct, opened issue at https://github.com/poljar/matrix-nio/issues/224.

Since sync failures are common cases in matrix, errors for those are only shown in the terminal to avoid repeated annoying popups even when the user isn't even doing anything,...

poljar mentioned [aiohttp client tracing](https://docs.aiohttp.org/en/stable/client_advanced.html#client-tracing) as a possible solution long ago, that's what we use to track uploads progression.

There's another way I can think of, that can easily be implemented in the async client without breaking everything that relies on the API layer: in `_send()`, how about extracting...

Thanks for the answers. I don't know much C++, so I'll ask: isn't it possible to override that function, or to simply disconnect the signal that calls it?