Adrien Furnari

Results 11 comments of Adrien Furnari

With respect to the problem indicated in the title, the `Unrecognized configuration variable sources: "bref"` comes from the fact that the call to the plugin is missing. Please add the...

In the file you modified, we already have a list of "other headers": https://github.com/brefphp/bref/blob/master/docs/frameworks/laravel.md?plain=1#L181-L182 Shouldn't we add the `X-Inertia` in the same list?

Likewise, not everyone uses Livewire. I propose to have all optional headers in the same place instead of one in the `forwardedHeaders` list and one underneath the source code. Indeed,...

Hello, What layer are you using? In your `serverless.yml`, did you set a value for the timeout? On the function PHP layer, the `max_execution_time` is at 0, so no timeout...

> The serverless framework deletes older deployment artifacts. > > Maybe it's related? See https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml#deployment-bucket I tested it with a `maxPreviousDeploymentArtifacts` at 2 and the `vendors` directory is not deleted...

Ref of the latest pull request talking about this: #662

Yes, it wasn't to prove my point, I'm not sure if that is the source of the problem either 😉 I'll try to reproduce the bug later or wait for...

Any news about this PR? Still waiting for the rebase that's right? I can redo the patch in a new branch if needed.

I don't think the repository is still maintained. My comment was a few years ago 😅 If I can recall correctly, I ended up building the patch myself to use...

Oh, I guess you are maintaining it now? But like I said, haven't touched the repo for +3y, I can't remember what I did to make everything work sorry 😕