phil-s
phil-s
For ease of testing by others, that diff gives me: ```el (defun ement-room-image-scale-mouse (event) "Toggle scale of image at mouse EVENT. Scale image to fit within the window's body. If...
My first motivation was the default input of 100% -- to be able to show the image at its real size, even if larger than the window. My second motivation...
I wrote an interim fix for this today. Needs some thought regarding how to make the configuration easy to use, but I'll chuck the diff in here for now. ```diff...
Not tested, but I think the retro part might mean doing the same things in `ement-room-retro-callback` as it's not using `ement--push-joined-room-events`: ```diff modified ement-room.el @@ -2735,7 +2735,8 @@ ement-room-retro-callback ;;...
This has been working nicely since then, and definitely makes things better for me. Once I get some time to experiment more with customization types, I'll make a PR.
I think https://github.com/matrix-org/matrix.to#url-scheme answers my questions about how many link types there are. For Element, https://github.com/vector-im/element-web/blob/develop/docs/config.md says: > `permalink_prefix`: An optional URL pointing to an Element Web deployment. For example,...
If you can see and address specific failure cases like timeouts, I'm all for it. The thing I rather like about my approach is that the *reason* for the sync...
I guess it might be good if the timer-based re-sync notices when everything is fine and does nothing; but conversely, if it can tell that it *needs* to take action,...
`ement-sync-watchdog-mode` also has potential use as an *alternative* to `ement-auto-sync` -- a user could leave the latter option off, and let the minor mode re-sync at their preferred interval, if...
That sounds like the next step, then. How about we keep this PR on the back-burner, and I can follow up down the track if I think it's still helping....