Gandalf
Gandalf
Hey @mdietze, The parameters are now according to the file i Referred above, can you please have a [look at the workflow now](https://github.com/PecanProject/pecan/blob/237ce47be87f8119c30c02115f5ba69d440b3419/.github/workflows/docker-stack-test.yml#L47-L55) > @RohanSasne with your proposal to test...
Agree with you sir. The only benefit of running a matrix would be that we can save sometime to test full run when we add more models to it, but...
Hey, @mdietze , The PR is up for review, can you please have a look whenever you get free :)
> More context: This piece makes a strongly-argued case that there are four distinct types of software documentation, and that all well-documented projects need to have all four of them...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. ### What is the root cause of that problem? As metioned by @bernhardoj ,...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. We see extra padding for `moneyRequestview` header ### What is the root cause of...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. Page loops between member profile and transfer owner. ### What is the root cause...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. Scan - Category row shows violation briefly after the scan request is created ###...
Proposed based on [comments](https://github.com/Expensify/App/issues/38131#issuecomment-2010830030), i feel we should call the `getErrorForField` only when the scanning has been completed. c.c. @cead22
### Adding some more RCA for my [proposal](https://github.com/Expensify/App/issues/38131#issuecomment-2010878973): In `MoneyRequestView.tsx`, we call `getError` for the first time we load the page: https://github.com/Expensify/App/blob/a979d7d57d399542853a351db894700e528d8c84/src/components/ReportActionItem/MoneyRequestView.tsx#L378-L379 Now in `getError`: https://github.com/Expensify/App/blob/a979d7d57d399542853a351db894700e528d8c84/src/components/ReportActionItem/MoneyRequestView.tsx#L229-L232 We set the missing...