Avatar

Nithanim

Nithanim@programming.dev
Joined
1 posts • 119 comments
Direct message

Oh, yeah, account creation is indeed a very overlooked usecase! Great!

permalink
report
reply

I did not have this on my radar, sadly. On the one hand, I somewhat was there via livestream which make me happy but on the other hand I am so sad that I missed it.

permalink
report
parent
reply

My EU bank never ever used my phone number to verify anything. They only used it to contact me on some occasions. 2FA is done through their app.

permalink
report
parent
reply

I am exposing docker via tcp in wsl and set the env var on the host to point to it. A bit more manual but if you don’t need anything special, it works too.

permalink
report
parent
reply

We slowly need to interface with an app at work that uses fixed-width too. It does not sound that bad if you hear it but it sucks to figure out where you are missing whitespace when most fields are not used and therefore all whitespace. Oh, and of course there are a lot of fields, also are aligned/formatted differently based on their type and has thin/no/wrong documentation. And I have yet to find a simple but decent “debugger”.

permalink
report
parent
reply

Oh, wow, thank you!

Now I just have to figure out how to donate because kofi just refuses to successfully process any donation I am trying to make.

permalink
report
parent
reply

The new empty comment section looks great, btw!

permalink
report
reply

What I also found is that the image viewer touch inputs break when returning to it from the lock screen.

  • open image fullscreen (without controls visible?)
  • lock device
  • unlock device
  • image viewer stops responding to inputs and can only be closed via system back

Notes: i am on a portrait tablet (sadly) but with rotation in landscape. Therefore, the lockscreen is in portrait and also for a split moment apps are also until the “forced” rotation kicks in. Maybe that helps it bugging it.

Edit: well, fuck, that forced rotation seems to be the problem… I mean it would be cool if if this shit would be configurable, because I fucking hate, how the lockscreen is always sideways… Ignore this bug if it is too shitty to find or fix.

permalink
report
reply

Yeah, I know. There is already no space in landscape mode to display the comment. But on the other hand it is very shitty having to exit the composing completely to look up what the comment you are replying to references in its parent.

Maybe you find some way at some point. If not, then not, I guess.

Thank you!

permalink
report
parent
reply

Thank you! Would it be possible to:

  • make it more obvious that there are no comments on a post? Like I find myself trying to refresh multiple times trying to get comments to load although there are none.
  • show all comments in the comment chain when drafting a comment, not just the one the one that is targeted to be the “parent”?

Edit:

Not sure it was already addressed or if you know that this is a thing: sometimes, I open a post and immediately go to the comments. But then I find I am too deep in so I scroll back up to get to the top comment. But then it “loads” images in the post and of course the whole comment section moves the same amount to the bottom as the image is high. Probably horribly explained. Anyway, I can stay a as long in the comments as I want but getting the main post in the viewport triggers the layout recalc with the image now available that it did not have in the previous calculation, shifting everything.

In other (ape) words: when image in post slow, and comments fast, and scroll to comments; then comments move down fast when scrolling up to post.

Not sure if that was at least somehow understandable? It basically can only happen when the comments load fast but the server serving an image in the post takes a long time to even send the height info of the image. As far as I understand what the problem is. However, I am not sure what the solhtion would be. It just is annoying as hell when it hapens.

A “jump to comments” button would maybe be cool but I can’t see how that could be implemented without being shitty.

permalink
report
reply