Other accounts (verify ownership):

  • @moseschrute@lemmy.ml
  • @moseschrute@lemmy.zip

aspe:keyoxide.org:JOVNV7OHSJCZMPZCCWS5TZI34A

  • 7 Posts
  • 235 Comments
Joined 1 year ago
cake
Cake day: October 6th, 2024

help-circle



  • Blorp dev here. Comment are virtualized. That means anything that isn’t currently in view can get unmounted to keep the comments page super snappy. For small posts, this is definitely overkill, but it means we can smoothly render posts with thousands of comments.

    I’ve kinda been waiting for someone to complain about this for me to fix it. What I’ll likely do is implement a custom search box that is compatible with the virtualized comments. I have a lot on my plate rn, but I’ll get this fixed as soon as I have time. Sorry for the inconvenience.










  • Blorp dev here. I would love to get this resolved. Could you be more specific?

    • If you’re on the web: could you link the specific page(s) you are seeing this error on?
    • If you’re on the app: which screens are you on (e.g. all feed, local feed, subscribed feed, a specific community feed)

    It’s easier to debug things on web, and Blorp shares 99% of the code between app and web. So if possible, could you recreate the issue on web, and link that? Knowing what instance you’re using (I assume sh.itjust.works), is also helpful.

    Edit 1: I saw you added a little more context in another comment. I’m having trouble recreating the issue on the all feed using sh.itjust.works. I see the first page of 50 posts loads, when I get to the bottom, it loads the next 50 posts and so on. Maybe describe exactly what’s happening in excruciating detail. It it slow? Does it never load? If you wait 60 seconds, does it eventually load? Are you using a VPN?

    Edit 2: It seems others are getting this same error https://sh.itjust.works/post/43676767





  • I don’t think I’m going to add this feature tbh, BUT

    I’m currently collaborating with the Interstellar devs to design a very powerful filter engine for both our apps. This will let you load in one or multiple filter files for complex filtering within the app. The specification we designed would allow you to write a filter that says

    IF post.thubnail.url has length > 0 THEN hide the post
    

    You can combine that with other checks

    AND post.community.url is in this list
    

    And the best part, these filters will be shareable with other users! You will be able to browse or optionally publish a filter you designed.

    Instead of building a dozen niche features like this, we can ship one very powerful filter engine that can handle many use cases. How does that sound?