Matthieu Napoli

Results 82 issues of Matthieu Napoli

Bref 2.0 was released more than a year ago, Bref 1.x has continued receiving updates. It is time to stop maintaining this older major version. I intend to actually stop...

Here are some notes about logging with the AWS request ID. ## The goal Be able to see all logs of a single invocation. How? By filtering using the "request...

enhancement

PhpStorm will create warnings for classes that do not exist, for example: ``` php $mock = new \mock\DateTime(); ``` It would be awesome to be able to: - suppress the...

enhancement
stalled
P1

Hi 👋 , Serverless Framework core team here! We're working on the v3 beta version right now. The v3 will include a redesigned CLI output: You can try the v3...

Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be...

AL2023 is eventually going to happen. Out of curiosity, I drafted this PR trying to build our layers for AL2023. It removes a lot of custom system libraries we compile...

I noticed that the build images are exported with temp content in `/tmp` (all compilation artifacts). We could possibly make these images **much** smaller by cleaning up these folders.

enhancement

See https://github.com/brefphp/bref/issues/1043#issuecomment-1462675792 and the discussion.

### What version of Bun is running? 1.1.18+5a0b93523 ### What platform is your computer? Darwin 23.4.0 arm64 arm ### What steps can reproduce the bug? - use `[jszip](https://github.com/Stuk/jszip)` or `archiver`...

bug
needs triage