Matthew Hodgson
Matthew Hodgson
yeah, this is nothing to do with the server, and riot's reasons for slowness are entirely unrelated. instead the problem is that the script sometimes sits chewing 100% CPU for...
this is basically a dup of https://github.com/torhve/weechat-matrix-protocol-script/issues/50
...and #30
I have a sneaky suspicion that this might have been https://github.com/vector-im/element-desktop/issues/680. I'm going to tentatively close it in the hope that https://github.com/matrix-org/matrix-js-sdk/pull/2392 fixed it; please reopen if otherwise. The process...
As of EC beta 3, a workaround is to put EC in a background tab (i.e. open an empty tab over the top of it in the same window). This...
I just got bitten by this on today's nightly.
> I don't think this is feasible as we'd need to base64 encode all media which would make the file very large and would be very duplicitous with avatars. I'm...
> and then relying on the browser's built-in "Save Page As..." to save that as an html archive or PDF or whatever. The blobs would get blatted out to disk...
random thought: if you could get the blobs served by a service worker as SW-backed fetched URLs, perhaps that would work to persuade Save Page As to actually save them.
the workaround to this is to override the 2em in the CSS from gfm.css ```css .markdown-body ol, .markdown-body ul { padding: 0 0 0 2em; } ``` ...and I guess...