zoye@lemmy.world to Ask Lemmy@lemmy.world · 3 months agoI'd like to ask everyone, which movie have you rewatched more than three times?message-squaremessage-square304fedilinkarrow-up1224arrow-down13file-text
arrow-up1221arrow-down1message-squareI'd like to ask everyone, which movie have you rewatched more than three times?zoye@lemmy.world to Ask Lemmy@lemmy.world · 3 months agomessage-square304fedilinkfile-text
I haven’t known what movies to watch lately. Does everyone have their own treasure movies that they’ve seen many times? 😀
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up3·3 months ago 1000000000. Number is far left. (Probably because it’s md enumeration list.)
minus-squareDeebster@infosec.publinkfedilinkarrow-up2·edit-23 months agoAnd on Voyager (on Android) the 9s and the 1. that becomes 1000000000 are clipped so that only the last 2.5 digits are visible. The fix is not obvious: you need to escape the . with a backslash (\.): 2000. 1000000000. 999999999. 1.
1000000000.
Number is far left. (Probably because it’s md enumeration list.)
And on Voyager (on Android) the 9s and the
1.that becomes 1000000000 are clipped so that only the last 2.5 digits are visible.The fix is not obvious: you need to escape the
.with a backslash (\.):1000000000.
999999999.
1.