- 5 Posts
- 10 Comments
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish2·2 years ago
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish1·2 years agoVery impressive, I dig it :)
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish5·2 years agoYou add a browser extension that lets you write code that runs on any page you want. This video should be a decent explainer: https://www.youtube.com/watch?v=6DmQ_V9ZRlk
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish1·2 years agoThis might be a easy first issue to try: https://github.com/LemmyNet/lemmy/issues/707
Probably not really coding but would get you familiar with how the system works :)
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish1·2 years agoAre you a rust dev? The backend is all rust and I think there are many pretty easy open issues to checkout.
One thing (not sure if there is an issue right now) that is a problem on the backend is that it doesn’t send a response if you put the wrong username+password so the frontend just stays loading forever. However, maybe this will be fixed automatically when they stop using websocks (soon)
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish6·2 years agoMaybe you could make your changes as a userscript first and let people play around with it? I’d def test it out :)
Fun fact: there used to be many more lemmy themes that were pretty cool but they got ripped out as too hard to maintain a while ago.
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish2·2 years agouserscripts are great for proof of concept to show off and let people test it. However, can userscripts work across so many domains that lemmy instances are on? Maybe a list of domains has to be maintained in the userscript?
Any particular things you thought you might fix with userscripts?
rayb@lemmy.worldOPto Selfhosted@lemmy.world•Anyone contributing to Lemmy's code developmentEnglish10·2 years agoThat’s pretty nice! I think that the theme could def use a little love. I think the devs said at one point that they want to make it so any bootstrap theme could be imported but for now it’s just the two themes.
Are you a designer?
rayb@lemmy.worldto Lemmy.World Announcements@lemmy.world•Slow/no response to up or downvoting.English1·2 years agoYup, exactly this. The lemmy devs are working hard to improve the app to handle all the new users but for now things will be a bit slow :)
If you’re willing, you can just checkout the site here and make suggestions of what you see could be improved :)
site: https://join-lemmy.org/docs/en/index.html
code of site: https://github.com/LemmyNet/lemmy-docs