Thanks for the info. I will look into it.
Bazsalanszky
Hungary 🇭🇺🇪🇺
Developer behind the Eternity for Lemmy android app.
@bazsalanszky@lemmy.ml is my old account, migrated to my own instance in 2023.
- 8 Posts
- 50 Comments
I’ve also experienced it for a long time now. I’m not exactly sure what causes this, but I’ll try to look into it again.
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•Will Eternity support moderator tools?English
9·2 years agoYes, It’s on my radar. Basically, that’s the next “big feature” I want to work on after multicommunities. Hopefully, I can get some free time soon to actually work on these
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•Unable to upvote or downvote. Shows 2 error message 1. Vote failed . 2.Code 401 Body: nullEnglish
9·2 years agoIt seems like some authentication issue. Perhaps you need to log out and log back in?
Don’t worry; the latest version of Eternity is compatible with the upcoming 0.19 Lemmy release.
As for the lack of updates lately, I am very busy at the moment with work/uni stuff. I might be able to spend some time on it during the winter break, but I can’t guarantee anything.
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•Please bring back instance names in the subscription listEnglish
1·3 years agoYes, I am not sure how I missed this. It was not intentional.
This was an issue with kbin magazines. It is fixed in the nightly builds
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•Are there plans to implement the anonymous homepage in the near future?English
20·3 years agoYes, I’m working on preparing multicommunities, which includes the anonymous homepage feature.
This reminds me of one of my older projects. I wanted to learn more about network communications, so I started working on a simple P2P chat app. It wasn’t anything fancy, but I really enjoyed working on it. One challenge I faced was that, at the time, I didn’t know how to listen for user input while handling network communication simultaneously. So, after I had managed to get multiple TCP sockets working on one thread, I thought, why not open another socket for HTTP communication? That way, I could incorporate a fancy web UI instead of just a CLI interface.
So, I wrote a simple HTTP server, which, in hindsight, might not have been necessary.
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•[Bug] Tapping on own comments in profile or responses in inbox shows emtpy pageEnglish
2·3 years agoIn the Codeberg issue, someone mentioned that disabling the “Respect community recommended comment sort type” option fixes the issue. Is it enabled on your end?
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•[Bug] Cross-posting seems broken or limited in functionalityEnglish
3·3 years agoUPDATE: Fixed this issue here.
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•Laggy scrolling on post with multiplied imageEnglish
8·3 years agoYes, it loads the full size of the image instead of scaling it down. It’s an old issue that I need to fix. It has been reported here.
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•[Feature Request] "Get reply notifications"English
2·3 years agoI agree. This would be a cool addition
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•[Bug] Cross-posting seems broken or limited in functionalityEnglish
5·3 years agoThe app should make use of Lemmy’s cross-posting API instead. I should create an issue on Codeberg for this functionality as well.
Ohh no. It seems I’ve broken it somehow. Could you please open an issue on Codeberg for it?
I haven’t removed those options. I’m hoping I can get that feature ready for the next release. I have a somewhat working proof of concept implementation ready and I have a few ideas to improve it.
If you want to follow the progress you can check out this PR: #209
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•[Feature request] Extend vote hitbox to include numberEnglish
20·3 years agoSure thing! I worked on merging changes from Infinity to Eternity, and one of these changes was actually this very thing. Implementing this by itself isn’t too hard either, and it would help improve the usability of the app.
Great news! It looks like the MR to add the app has already been merged here.
Bazsalanszky@lemmy.toldi.euMto
Eternity@lemdro.id•Eternity freezes when clicking the link in that postEnglish
1·3 years agoI’ve just realized that the reason why I couldn’t reproduce this issue is that I’ve used Lemmy redirect as the link handler. If I set it to Eternity, it works as described in your post.




I still intend to work on it, but I can only do it in my free time…and I don’t have much of that right now.