Louis Brunner

Results 151 comments of Louis Brunner

Hi @pjaglom, Thanks for all the context! You are right that sometimes we need to add suppressions to prevent false positives to show in Valgrind. Unfortunately I don't have access...

> The specifics of what is really happening in memory during these errors is a little over my head, but I'm just curious if this is something that could theoretically...

Hi @maiconcarraro, Thanks again for this PR! I found an alternative way to fix this issue (moving to esbuild to avoid babel/webpack wackyness) so I'll be closing this PR.

Hi, Are you referring to https://github.com/LouisBrunner/checks-action/issues/35?

Yes, this is due to the token having different permissions, did you check this issue linked in #35? https://github.com/actions/first-interaction/issues/10#issuecomment-1232740076

Sure thing, feel free to open a PR to update the documentation.

Hi @jeetiss, I have seen this error many times for many different reasons. Do you have some test case that fails you can share with me?

> it is so hard to reproduce this error, i have logs for my previous reproduction, i log updates from `useCollector` and there are results: Could you give me an...

Hello @athenaleong, Would you mean as a return value of `usePreview`?

@rohitkunala Hi, please refer to the "Preview" section of `react-dnd-multi-backend` which explain 3 different ways (hook, context, function) to generate your preview: https://github.com/LouisBrunner/dnd-multi-backend/tree/main/packages/react-dnd-multi-backend#preview Here is some example code https://github.com/LouisBrunner/dnd-multi-backend/blob/main/packages/react-dnd-multi-backend/examples/App.tsx#L68