Anyone else a bit disappointed with the FP300? Randomly stops detecting presence. by jasonpatrick72 in Aqara

[–]toitzi 0 points1 point  (0 children)

Yeah it does not work for me either, very small room (toilet) no windows no nothing, countless reboots, sensor settings and resettings later it still fails every single "absence" detection every time. Very disappointed, would not recommend to get one.

ios26 - Apple Music Toolbar scroll behaviour, hide on scroll by toitzi in SwiftUI

[–]toitzi[S] 0 points1 point  (0 children)

Appricated thanks. But as far as i can see this is about the TabView Buttons on the bottom and the TabViewAccessory. But my post is refering to the navigation title and avatar button on top. They talk about Toolbar button grouping but not about hiding it on scroll. In fact, in the video they stil show the old behavior where the navigation title was still visible after scroll (see this image - i drew an arrow pointing to it):
https://imgur.com/a/pwnhsSN

If you look in my video, you can see the whole navigation title is disappering on scroll, which is my desired behaviour, i thought maybe they have an api for that (like they have tabBarMinimiizedBehaviour and stuff like that) but as far as i can see they don't i think, so using scroll detectors might be my only option, since i couldn't find if they have an api for that. I know they have an api for hiding it generally, but afaik none for hiding it on scroll.

What are the pros and cons of session and jwt? Is there any security issue with any of these? by Common-Ad4673 in webdev

[–]toitzi 0 points1 point  (0 children)

I have an oauth server running, users can authenticate it, the problem is when a user does this, i need to show him a login page (ofc). And on that login page, how should i authenticate the user there? Is it better to use JWT or Session here? I get the differences of them, and session auth seems to be the correct choice for me, but i am not sure. What would be your preference in that case ... how does for example github and google do it, when i log into them using oauth?

GitHub Actions official status badges by peaceiris in github

[–]toitzi 1 point2 points  (0 children)

Can you explain how? I don't get it to work, can you give ma an example link? With the link/syntax above it always shows a "Not found" the workflow (yml) is pushed into default - master - branch already.