(iOS | Web | Unity3D) Developer

the more you get, the less you are.

  • 36 Posts
  • 436 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle

  • CreatureSurviveMtoArcticVideo zoom issues
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I’m able to reproduce the issue with this video. I’ll look into it. It seems to only affect HLS streams with variable resolution. So it is likely not updating the zoom properly since the aspect ratio doesn’t change, but the size does.













  • CreatureSurviveMtoArcticMissing image in feed
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    This is one that I tried my best to find a good balance for. Lemmy doesn’t support marking a post as a text, media, link post. So, if a posts primary url is not a media link, the media will not be displayed in the feed. However, if the primary url is a media link, and the post body contains media URLs, then it will be displayed as a gallery.

    Arctic used to render all posts with media as the primary URL, or media URLs in the post body as media posts, however there were a lot of instances where this was undesirable, so I changed it. I’m hoping in the future, Lemmy will support tagging image groups as gallery’s, and post types, eg: text, image, link, etc. in the mean time Arctic just tries to make a best guess. That said, I am going to look into rendering posts such as the one you linked as image posts, in the case that the entire body of the post is a media URL.

    I hope that clarifies this instance, but I’m definitely open to feedback on this behavior.



  • This is something I haven’t seen before. I’m curious if this may have been an issue with the API considering your account was so new.

    In case this is not an issue with the api, would you mind opening the profile tab, and then going to Settings -> About -> Arctic Logs. There should be an entry that shows the raw api request including the username sent with the request. It’s possible that the username is malformed in some way which would cause this issue.

    The log entry I am looking for should look something like this:

    [2025-03-02 01:13:49 +0000] [info] [lemmy] [performRequestWithCheckedResponse(_:)] LemmyAPI request: https://lemmy.world/api/v3/user?auth=_private_&limit=20&page=1&saved_only=false&sort=New&[email protected]
    


  • This one is not really possible via the API. It is odd that there is no notification of any kind for content removal. The most I could do here is like you said, send a notification when one of your posts or comments is moderated.

    I’m in the process of rewriting the notification server, so I’ll look into adding moderation notifications while I’m at it. Hopefully at some point Lemmy will handle removed content better than its current system.


  • I was a day late, but this is fixed now. There is still an issue when changing the font size where it may not fully apply throughout the app until it is relaunched. I’m looking into this, and I’ll probably have it fixed in the next release.


  • This is a good point, I don’t do a lot of posting so any feedback like this is invaluable. I spent some time rewriting the layout for the post composer the other day (not redesigning, just updating the layout code) and I noticed a few ways I want to improve it. I’m going to start working on a redesigned post composer here soon. I’ll incorporate something like this in the UI.