Luc

Results 10 comments of Luc

@asispts What's stopping you from creating the directory in your repository, and dropping a `.gitignore` file in there to ensure its creation when you check out the repository? This is...

I don't look after any Symfony projects, but yes, that would be my most likely approach. You can see it in projects like Laravel (the `storage` directory) as well. If...

Happy birthday @mnapoli! And thank you for all you do, it's really appreciated 🎉

Either that, or using a Unix timestamp like `aws/aws-sdk-php` would be the way forward I think. Currently the credential provider retrieves the expiration timestamp (represented in Zulu time format). When...

We've run into the same issue, it'd be great to have this nipped in the bud. I'd be willing to help with the PR.

I've identified another instance of dynamic property creation here; ``` PHP Deprecated: Creation of dynamic property WhichBrowser\Model\Os::$build is deprecated in /var/www/html/vendor/whichbrowser/parser/src/Analyser/Header/Useragent/Os.php on line 609 ```

See https://github.com/WhichBrowser/Parser-PHP/pull/673

@jrfnl I just wanted to chime in, and say that you’re an absolute star. Thank you for everything you do for this community, and your continued transparency around it.

It'd be great to get this merged, as it would unblock my PHP 8.2 upgrade as well.

@NielsLeenheer Hi Niels, is there anything we can do to help get the ball rolling on this PR?