Makes sense, fixed that.
Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 157 Posts
- 1.75K Comments
Wow I didnt think that there are still problems like this on the web. Will be difficult to fix as we dont use iOS devices. Do you know if there is any workaround?
Feel free to open an issue for these. At the moment theres no time for new features because someone reported so many bugs :P
In this case thumbnails are still shown small. Only direct image uploads are shown larger.
Right its a problem on mobile. Fix here: https://github.com/LemmyNet/lemmy-ui/pull/4164
The fix for profile import works by ignoring all the profile settings. Thats because there are too many differences between 0.19 and 1.0 to make it easily work.
For displayname length: https://github.com/LemmyNet/lemmy-ui/issues/4156
Not sure what you mean with private comm, I can cancel my pending subscribe just fine either from the community list, or in the sidebar when viewing the community directly.
Any more details on this? For me its working fine with back button and then press enter for the “Are you sure you want to leave?” dialog.
This stuff was implemented completely wrong.
https://github.com/LemmyNet/lemmy/pull/6524
Thanks for all your testing!
voyager.lemmy.ml uses an allowlist for federation. Otherwise the server quickly gets overloaded when people subscribe to large communities on lemmy.world etc. You can test with enterprise.lemmy.ml (test instance with 0.19), and I can also allow other test instances.
Export from voyager and then import again works for me. But the rate limit is very strict so I have to restart Lemmy in between.
https://github.com/LemmyNet/lemmy/issues/6508 https://github.com/LemmyNet/lemmy-ui/pull/4125
Good catch, fix is here: https://github.com/LemmyNet/lemmy/pull/6507
Yes thats a bug, the image upload works but it doesnt put it in the post url automatically.
Yes OAuth login is currently broken: https://github.com/LemmyNet/lemmy-ui/issues/4108
Thanks, I fixed the community pagination and opend an issue for the button overflow.










Thats because a too long username will make the update query fail, but we are updating errors from that specific query. Otherwise there would be errors all the time from empty update queries. Not a big problem imo, making profile import from 0.19 work perfectly would be too much effort.
Here is the change to reduce max displayname length. As you can see existing names are truncated.
I went through all your replies in this thread (at least the ones in my notifications) and open issues or made fixes for them. Thanks for your effort! I hope you will do more testing once we publish the next beta version.