Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MD
Posts
0
Comments
60
Joined
2 yr. ago

  • Every time I try to use the text link to URL ()[] and go to hit the "ok" button, the entire windows goes away. The work around is to hit the keyboard

    Too be clear the popup action button hides below the keyboard?

    Sometimes an instance will load but in unable to view comments (can't remember what it said) you need to clear the app cache to fix the issue

    A refresh or opening the post again doesn't solve this? Could be just a timeout of the server?

    Another bug is when you try to paste anything in the body it pastes it at the beginning of the body regardless if where in the text you have highlighted.

    I don't understand what you mean. So for example if you put your cursor somewhere in the reply/ write comment body and you paste something, it is pasted at the very start instead of at the cursor? If that's the case I can't reproduce this. What keyboard do you use?

    Thanks for the bug reports

  • Hmmm

    Working link https://sh.itjust.works/pictrs/image/c51a1850-9926-43e3-9045-ef419896fc5b.webp

    Not working link (Not Jerboas fault, doesn't work in browser either) https://lemmy.today/pictrs/image/be1cd2d2-439b-4188-ae13-c812c7875846.png

    Each post uploaded (with url)has two urls: thumbnail_url and url.

    https://mv-gh.github.io/lemmy_openapi_spec/#tag/Post/paths/~1post/get

    Jerboa shows the thumbnail_url on home (in small_card postviewmode) and actual url in the post. If you swap modes you see it show the image

    Now as far as I know Lemmy automatically makes the thumbnail URL.

    I don't have time rn to dive into the specifics

    But i do find it very weird thumbnail_url and url are on different instances. Possible related to this

    https://github.com/LemmyNet/lemmy/issues/3870 ??

    I'll look into it later more but it's seems more like a backend issue instead of the client

  • How are you gonna implement saved/banned content replication? Alls ids for posts are local to that instance, how are going to find one post from on instance in another. It might not even exist yet.

  • Jerboa does not delete your account when it fails to reach the instance. Instead when it fails to retrieve your profile it falls back, to the defaults which is displaying the anon account.

    I have a fix for this, and many other checks. But it still needs to be reviewed.

    As the others said simply restarting the app makes another attempt.

    btw your suggestion is already included in that PR

  • I am aware, and I am talking about the imageviewer in Jerboa, which I wrote. Currently Jerboa uses default jetpack compose image with CoilImage painter and some 3rd partylib to allow zooming. CoilImage does downsampling (reduces the pixels to increase perf when you can't see it anyway). During the zooming is probably where it goes wrong and it should load a higher res version. I'm pretty sure it actually loads the full image but I have not confirmed that yet.

  • I'm sorry, I'm not exactly understanding the problem yet. In the gif i can see you open the images. Is the problem that u open the lowres thumbnails and not the actual images? Bc I don't think it does that. I did notice there is apparently a limit to zooming into a image.