I have a PR out for this now. Keep in mind that we’re usually too busy developing to keep up with a lot of these posts, so its always better to create an issue for feature requests / bugs.
I have a PR out for this now. Keep in mind that we’re usually too busy developing to keep up with a lot of these posts, so its always better to create an issue for feature requests / bugs.
You can create an issue for this on the joinlemmy-site repo.
I can’t take any credit for that one. A few months ago I put out a request to various rust programming communities on lemmy, asking if anyone could help make a rust library to use the clearurls data.
@jendrikw did, so now we’re using their crate.
Nothing changed there. The image resolution changes have to do with thumbnails fetched from other sites or servers.
deleted by creator
I increased the size of a postgres DB column, and it grinded every query on the table to a halt. Turns out we needed to run analyze
on the column.
I opened up an issue on the postgres issue tracker because I’ve never seen anything like this before, and I’m sure we’re not the only one to run into this production-breaking migration.
No probs! Sry this one took so long. Major props to @nutomic@lemmy.ml for finding the bug that was the main blocker, and @phiresky@lemmy.world for suggesting the fix.
Ok a fix is deployed now to lemmy.ml , let me know if you see any issues.
I deployed a fix for that now on lemmy.ml , should be good now.
8-core 16GB VPS, although we are one of the larger servers. Most smaller servers would probably be fine with 2-core 512mb.
Thx, its actually a back-end issue, so I’ll close in favor of it: https://github.com/LemmyNet/lemmy/issues/5173
Nah you’re fine, we just moved it to the disco.
Okay dad joke hour’s done for me, back to coding.
K we’re back up! Let me know if there are any issues.
Wise decision.
I opened up a bug in postgres for it, because I’m sure we’re not the only ones to run into this.
Thx! I’m its original creator, and used it to teach myself android app programming. It also has another core maintainer, mv-gh, who knows much more about android development than me.
I haven’t had too much time to work on it recently, but its open source so anyone can contribute.
lemmy-ui’s default is to use the browser light/dark-mode setting. So you are likely looking at servers that have a custom theme without light/dark modes, or some hacked-on css.