2
top 14 comments
sorted by: hot top controversial new old
[-] ptz@dubvee.org 1 points 1 month ago

Maybe petition the Lemmy devs to not pointlessly break API v3 since they're moving to v4?

[-] Irelephant@lemm.ee 1 points 1 month ago

Isn't the whole point of having different api versions to not break compatibility, so apps can continue using v3?

[-] ptz@dubvee.org 0 points 1 month ago* (last edited 1 month ago)

Yep, and that's how we do API versioning at work. One app is on like API v9 now, and I think we support back to v5 or maybe even v4.

Their justification is that pre v1.0, you can break whatever you want whenever you want. But when you've got a large community of people developing for the ecosystem over several years, it's kind of a slap in the face to keep breaking the API. I appreciate that 0.19.0 - 0.19.11 has been fairly stable, but breaking v3 while also rolling out v4 is just inexcusable.

I get that v3 will eventually need to be deprecated and apps move to v4, but you'd think they'd put all their breaking changes in v4, let v4 stabilize and run concurrently with v3, and then drop v3 a few versions down the line. Except a few paid apps, I don't think most of us are doing this full time and have other things to deal with.

But what do I know? It's not like I do this for a living. Oh, wait...

[-] can@sh.itjust.works 1 points 1 month ago

In a comment one of the main devs mentioned worst case scenario that they could be supporting 0.19 for a long time so they're trying not to rush 1.0.

[-] seeigel@feddit.org 0 points 1 month ago

It's open source. If somebody wants to fix v3, they could submit patches.

It's unfortunate that v3 is stalling but nobody is paying the devs so they can prioritize however they see fit.

I also think that right now developing missing features is more important than old APIs.

[-] ptz@dubvee.org 1 points 1 month ago

Features can be developed independently of the API and/or added without introducing breaking changes.

[-] IcyToes@sh.itjust.works 0 points 1 month ago* (last edited 1 month ago)

Playing devils advocate. Lemmy isn't reddit and the only reason people used old reddit was because new reddit was unusable to them.

As with new context and new front ends that Lemmy has, no one with the technical skills seems to care about this enough and blaming Lemmy Devs for not tiptoeing around unmaintained software so development grinds to a halt isn't fair. It's like saying "they don't want to support it, and I don't, but you shouldn't spend your free time doing so".

[-] Blaze@lemmy.dbzer0.com 0 points 1 month ago

Lemmy isn’t reddit and the only reason people used old reddit was because new reddit was unusable to them.

The comment in the OP shows that at least one person cares.

Mlmym also has the "show images" button that the default Web UI doesn't

no one with the technical skills seems to care about this enough

That's what this post is trying to solve

blaming Lemmy Devs for not tiptoeing around unmaintained software so development grinds to a halt isn’t fair.

I'm not blaming the Lemmy devs (I should rephrase if the post comes as such), the goal of this post was mainly to find someone interested in keeping mlmym up-to-date, not to blame anyone

[-] e0qdk@reddthat.com 0 points 1 month ago

I have some interest in trying to take that on if it's really unmaintained now. I use mlmym and want to make sure we continue to have an interface that works w/o JS. I have relevant web programming experience, but not with Go specifically.

@nnrx@lemmy.world FYI, if you're still here.

[-] MrKaplan@lemmy.world 2 points 2 weeks ago

I've started changing some smaller things over on Fedihosting-Foundation-Forks/mlmym. I don't really have time, motivation or Go knowledge to fully maintain and develop new functionality there, especially as I don't use it myself, but I'm currently planning to keep it on life support at least and see if I can at least fix some stability issues.

I also already forked and updated go-lemmy, which should now support the latest Lemmy 0.19.11 APIs.

Currently the primary focus for this is to have builds for old.lemmy.world, but I wouldn't be opposed to have this used as a generic repo if other people want to contribute. I'm currently not planning to intentionally break things in a way that would prevent usage outside of Lemmy.World, but unless there are other people interested in contributing as well, I will primarily just focus on ensuring compatibility with the Lemmy version we are running.

[-] e0qdk@reddthat.com 0 points 1 week ago

Thanks. I'm still learning both Go and the codebases involved. I'm pretty limited on free time where I've got both large enough blocks of time and energy to concentrate effectively on this. I'm also not very enthusiastic about taking on the administrative aspects of running an open source project -- I'm only really interested in keeping a JS-free version of Lemmy usable -- so contributing changes to a common community fork you've already got up and running sounds good to me!

I do have some specific issues in mind that I'd like to implement fixes for once I'm up to speed. In particular:

  • There is improper filtering when a user submits a comment which results in certain text being stripped from the message instead of escaped properly. I'm not sure if this is an issue in mlmym itself or one of the libraries it uses, but I'd like to track it down and get it fixed.
  • Federated image links to non-lemmy websites sometimes show up as image_proxy links from the poster's instance. This is a really annoying issue that results in misleading domains showing up next to posts as well as breaking image display in the post itself.
  • Comments sorted by 'new' (and maybe other modes?) don't paginate properly.

I may take on some other issues after that, but those three are what I want to fix most right now.

[-] MrKaplan@lemmy.world 0 points 1 week ago* (last edited 1 week ago)

Federated image links to non-lemmy websites sometimes show up as image_proxy links from the poster’s instance. This is a really annoying issue that results in misleading domains showing up next to posts as well as breaking image display in the post itself.

that is not directly a mlmym issue, it's that people copy links on instances with image proxying enabled and use them in new posts :|

feel free to also raise them as issues on the repo directly to have them documented.

by the way, we run the version on the main branch on https://mlmym-unstable.lemmy.world/, although it does have a domain lock to lemmy.world.

[-] e0qdk@reddthat.com 0 points 1 week ago* (last edited 1 week ago)

Hmm. That doesn't really mesh with my understand of how certain prolific posters post (e.g. via automation), but digging into it a bit more, I do see the proxy link via Lemmy-UI even on the poster's instance, so there's something besides just mlmym involved here -- whether that really is inappropriate copy-pasting or a lemmy bug or what, I don't know yet.

Regardless, the fact that the image doesn't load in the post at all for those links seems like an mlmym bug that should be addressed; it's loadable via Lemmy-UI.

I've set up a new GitHub account for association with my lemmy account and will create issues on your repo in a little while.

Edit -- Issue links for future reference:

[-] MrKaplan@lemmy.world 1 points 1 week ago

and just now there has been a PR merged in the upstream repo after i spent some time to get a fork properly set up...

@nnrx@lemmy.world @nnrx@lemmy.ca @nnrx@sh.itjust.works are you still reading on any of these accounts? are you planning to return to maintaining mlmym?

this post was submitted on 12 Apr 2025
2 points (100.0% liked)

Lemmy Apps

4992 readers
11 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee

founded 2 years ago
MODERATORS