this post was submitted on 29 Jun 2023
315 points (98.5% liked)

Meta (lemm.ee)

3473 readers
64 users here now

lemm.ee Meta

This is a community for discussion about this particular Lemmy instance.

News and updates about lemm.ee will be posted here, so if that's something that interests you, make sure to subscribe!


Rules:


If you're a Discord user, you can also join our Discord server: https://discord.gg/XM9nZwUn9K

Discord is only a back-up channel, [email protected] will always be the main place for lemm.ee communications.


If you need help with anything, please post in !support instead.

founded 1 year ago
MODERATORS
 

Update: The maintenance has been completed!

Welcome to 0.18.1! Hopefully you'll notice some much needed UI tweaks as well as several performance optimizations.

I am still going through things and making sure everything looks good, but so far, I have not detected any major issues (fingers crossed). If you do have any problems, please comment below!

Original annoucenemnt below:


0.18.1 is coming!

As I mentioned in a previous post, this upgrade will require brief downtime. I will try to keep it as short as possible, but I can't guarantee an exact window, so if you really can't wait for lemm.ee to be back online, then the best advice I can give is to check back every 5 minutes or so.

As with any update, please be prepared for unexpected side-effects. If we find any major issues, then we can always roll back to good old 0.17.4. If we just find some minor issues, then most likely the overall experience will still be better on 0.18.1, so in that case we stay on 0.18.1 and try to get any potential issues fixed in 0.18.2. In either case, if you see anything weird after the upgrade, please report in the comments!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (3 children)

I have noticed a couple of things with error responses, like when you upload a profile picture above the size limit, it will just throw a JSON error, and I had to search through the error the console threw to figure out why. It's the same when you mess up your email/username on login

Besides that, this site is amazing!

[–] [email protected] 4 points 1 year ago

I have noticed a couple of things with error responses, like when you upload a profile picture above the size limit, it will just throw a JSON error

Seen the same thing. There is an open issue on GitHub: https://github.com/LemmyNet/lemmy/issues/3366

[–] [email protected] 2 points 1 year ago

I have already made a PR to fix the error message, but it has not been merged yet unfortunately

[–] [email protected] 1 points 1 year ago (1 children)

Is it just "above the size limit"? I tried uploading an image in a comment in two different formats (first a PNG of about 1 MB and second a JPG of about 150 kb). Both failed with this error.

I eventually gave up and used an external host. As an aside, wow, imgur seems to have purposefully broke mobile desktop. It used to be possible to upload on mobile by using the desktop site, but now it errors out. It's hard to assume good faith when imgur has made so many bad decisions lately.

[–] [email protected] 3 points 1 year ago (1 children)

I think I read somewhere that the image size limit for lemm.ee is 100kb.

[–] [email protected] 3 points 1 year ago

Well, that would certainly explain it. 100KB is pretty tiny though. It'd be nice to have it try to resize client side to get under the limit, too (I always wondered why more image uploaders don't do client side resizing).