Matthieu Napoli

Results 1057 comments of Matthieu Napoli

Ah that's too bad, I find Turso interesting for Lambda, I wish it could work before we move to AL2023…

Right, I don't think I'll have the time myself to dive into that for now 🥲

I never realized we didn't enabled FFI. @GrahamCampbell do you know any downsides to enabling FFI in https://github.com/brefphp/aws-lambda-layers?

Thanks for the PR! Yeah unfortunately tests are broken on master because of changes in serverless framework, haven't found time (or even have an idea) to fix it :/ >...

Hi Victor! PHP 8.5 support is available in Bref v3 (#1953), under the hood 8.5 requires specific versions of system libraries and supporting this in Bref v2 was not worth...

For HTTP timeouts I've implemented some event handling in the Sentry integration to log to Sentry for Laravel and Symfony apps, but this is not in Bref's base itself, you'd...

Hi, this is the first time I hear about that PHP extension indeed, I can confirm it's not in Bref (as the PHP docs mention it's not enabled by default)....

I think you might want to look directly into this Bref class: https://github.com/brefphp/bref/blob/master/src/Event/Http/Psr7Bridge.php#L112-L135 You could try to first add a test case for this, maybe it's easy to reproduce with...

Thank you. Given how extensive/risky the changes are for this specific behavior, it would be great to have unit tests that cover all the different scenarios (in the sense that...

Yes exactly, but you wouldn't even have to use an external file (fixture file), you can have the sample data directly in the PHP test for these unit tests. That...