Rafael Bernard Araújo

Results 9 comments of Rafael Bernard Araújo

I am using mostly for safe password reset on applications that requires complex password rule, like minumum 1 special character, 1 upper case and so on. The rule that I...

Hi, @mcornella , sorry to disturb you. May you, please, review it when you have a chance?

I had success changing the value for [`ignore-global`](https://phpmd.org/rules/cleancode.html#missingimport). Is this an option for you? ```xml ```

I am experiencing the same with a not very large codebase (~1K files). I have both "Child process timeout" and "Could not process" messages. I am trying those suggestions: https://github.com/rectorphp/rector/issues/7323#issuecomment-1198104137

So, interesting. Maybe two different problems in my case: ``` $rectorConfig->disableParallel(); ``` Worked nice, and evidenced an issue with one of my files. After that, increasing the timeout was the...

I am experiencing the same. I will try the suggestions.

Fixed on my end. Increasing the timeout and adjusting the max number of processes to be aligned with the machine running it: ```php $rectorConfig->parallel(240, 2); ```

I think AWS hasn't created that action yet. Maybe you will find https://github.com/marketplace/actions/ecs-deploy-task-definition-to-scheduled-task-action-for-github-actions useful for now.

I have been writing about using Bref with CDK. [Constructs have reached v1](https://github.com/brefphp/constructs/releases). Although I am not using it in the Production workload yet (I will very soon), everything is...