boqdan
boqdan
@danielytics Exactly! The combination of sending both state and actions as props from the wrapper is the same pattern that redux advocates and it makes a lot of sense. It...
Also unrelated to this CI is failing because of this: https://github.com/actions/toolkit/pull/589
no solution here but I'm thinking it probably has something to do with gunicorn + gthread worker. Feels like a not thread-safe operation happening when workers get spun up with...
Just in case somebody lands here I have a typescript-enhanced hook based on @zebapy's comment: ```typescript import { useState } from "react"; import { OperationVariables } from "apollo-client"; import {...
@oilnam Hey, thanks for looking into this and taking the time to open the PR! Yeah what you're saying makes a lot of sense, the whole thing shouldn't error out...
Not sure if it's related to this or some other unreleased code, but on this branch I've noticed some behaviour where `forge test` hangs if it needs to build contracts....
You're right, updated the issue description focusing on the `--json` output. Thanks!
@dcavanagh somehow this reply got lost in the weeds for me. Is this still of interest? I'll try to bang out a proof of concept, I have to reacquaint myself...
This would be great!
Ah damn so the async part is the source of complexity here. I was also building something on top of @aviggiano 's lib and the `ffi` limitation screws with my...