Comment on what lemmy web app do you use and why?
e0qdk@reddthat.com 5 months agoThanks! I’ll go ask Tiff about getting reddthat updated later.
BTW, is there a community for discussion of mlmym itself somewhere on lemmy? I can’t participate on GitHub, but those aren’t the only issues I’ve found. (e.g. there’s also ?format=jpg&thumbnail=96
on non-pictrs links and a text handling issue with angle brackets…)
nnrx@lemmy.world 5 months ago
no lemmy community for mlmym yet, that’s good idea.
do you have examples of those two issues you mentioned?
e0qdk@reddthat.com 5 months ago
I ran into an example of the thumbnail issue again today – this time on a post from kbin: old.reddthat.com/post/19193476
The thumbnail looks like this in the HTML:
Note that it’s making a request to kbin.social with
?format=jpg&thumbnail=96
parameters in the CSS – which results in the full image being loaded since kbin doesn’t run pictrs.The versions in use (according to the settings page) are:
lemmy: 0.19.4-beta.7 mlmym: 0.0.44
e0qdk@reddthat.com 5 months ago
I’m having trouble finding an example of the thumbnail issue again right now but I was seeing the pictrs conversion parameters passed to URLs from catbox.moe, i.postimg.cc, and other sources in the CSS for the thumbnail when I reported the issue to Tiff ~3 weeks ago. It’s possible that it got fixed/suppressed by another change since then though. (0.0.44 was deployed a few hours ago and I think there may have also been a beta patch bump for the lemmy backend at some point since I reported the issue originally in our local support community.)
I’ll let you know if I see it pop up again.
For the text handling issue, I was seeing text like “<thread title> by <username> in <community>” (i.e.
“<thread title> by <username> in <community>”
if it still happens) getting misinterpreted as raw HTML instead of being escaped. (i.e.<!-- raw HTML omitted -->
was showing up in the HTML output for the page.)You may recognize that text as the pattern for a recently fixed bug in the user profiles; I found the text handling issue while trying to explain the other issue to Tiff a few weeks ago.
Will edit this comment immediately after posting to let you know if I still see the text issue.