Tom Herrmann
Tom Herrmann
**Rant incoming** 🤬 Go home Apple and put Safari in the trash! 🤯 The last idea really works ... ```php return redirect()->intended( route('home') )->setStatusCode(200); ``` Defining `200` status code means...
Okay, that doesn't work on production ... 🤯 Even in a private tab it doesn't work - so also no odd caching issue.
Okay, the last commit fixed it - at least for me. Can you please verify it with your device(s)? 🙂 You will now see that `redirecting to ...` screen for...
Seems like the reason - but as I can't enforce a setting in Safari for all users this still seems like the only way. 😟 As others got to the...
Yes, I've noticed also a different behavior between `http://127.0.0.1`/`http://localhost` and the production domain. So I assume that valet or expose could help in that case as they provide real SSL...
Okay, that's super strange as I explicitly apply the `NetworkFirst` strategy to prevent any issues as long as you have internet. That Safari handles that differently is more than annoying...
If the user at least exists in our database already we will show this, depending on if you are signed in or not.
Hey, for the home page these are already applied. But the profiles, faq and so on are missing. I'm using https://github.com/Astrotomic/php-open-graph wrapped in blade components. If you provide this for...
Hey, yes there are plans for a `Movie::search()` method which will hit the TMDB endpoint. But there's absolutely no ETA as I've stopped doing open-source actively. Also I don't know...
``` GET /search/movie query: string|required year: integer|optional primary_release_year: integer|optional include_adult: boolean|optional ``` https://developers.themoviedb.org/3/search/search-movies