Tom Herrmann

Results 188 comments of Tom Herrmann

I would definitely accept a PR. Could imagine a `Factory::vCard4()` or only a new class `Vcard4`. Ramsey UUID package could be a template for this as it also has multiple...

The problem is that the different vCard versions have different syntax and properties. Most basic ones are the same. But if there should be v3 and other support it would...

As I run `composer update` on production as well this isn't important.^^ But is applied. I simply don't want/will manage the `composer.lock` file and it's never ending merge conflicts.

I could anonymize a dump and upload it. Will try to get it done till tomorrow.

Hey, thanks for the images. The repository where these files and templates will be implemented is: https://github.com/Astrotomic/og.opendor.me I will keep this PR open till it's done. And author you in...

@harmlessprince https://github.com/Astrotomic/opendor-og-image

Can anyone prove a screen recording including persisted network tab open? πŸ€” I will try it myself today. I'm really interested in what safari does that time ... πŸ€―πŸ˜…

Okay, I was able to verify that bug on my local Safari. But there's not a single exception - so I really wonder what happens. πŸ€” Will see if I...

After playing around a bit it seems like the current user.id session value gets lost during redirect, if I return a view from `\App\Http\Controllers\Auth\GithubController::__invoke()` everything works just fine. But that...

Thanks @poldixd . I still don't have a real idea why Safari can influence values in my serverside redis session store. πŸ€” But I assume that it's a cookie that...