Wow thanks for the info and the work. I don’t use it much since 99% of my Lemmy use is on mobile and I prefer stock Lemmy for admin stuff, but I know at least a few of my users use it.
Comment on Is there a server that doesn't require allowing javascript of a million other servers?
e0qdk@reddthat.com 1 week agosomeone forks and maintains it.
MrKaplan already forked it and is keeping it on life support for lemmy.world. I’ve been trying to make enough sense of it to fix several issues that have been bugging me for a while, and will contribute my fixes there if I can figure them out.
I’ve only got a few hours each weekend where I have good concentration + enough free time to work on it, and don’t know the relevant languages (Go, Rust, TypeScript), so my progress is pretty slow… but I’m still poking at it.
bdonvr@thelemmy.club 1 week ago
e0qdk@reddthat.com 1 week ago
I don’t know what anyone else intends to do, but if I can fix the issues I’m currently looking at – and no one else has stepped up in the interim – I’ll at least take a look at the 1.0 stuff. (I use mlmym and would like it to keep working…)
MrKaplan@lemmy.world 1 week ago
tbh it’s probably not going to be too complicated to switch to 1.0. the current api is generated from lemmy-js-client, but 1.0 api has an official openapi file. if there is a decently usable openapi generator for go that would probably not be too complicated to swap in instead and adjust the api calls in mlmym code.
Blaze@piefed.social 1 week ago
Thank you and @mrkaplan@lemmy.world for your work!