Matt Robinson

Results 8 comments of Matt Robinson
trafficstars

FWIW I ran the build script locally and am using the output with one of my local projects through https://github.com/absinthe-graphql/absinthe_plug and it seems to work great.

> This is likely a limitation by the terraform SDK when setting an attribute on a resource Agreed. > this probably isn't doable without changing them to be their own...

Correct on the workflow And yes, the state file does **not** have `config_vars` and `sensitive_config_vars` set correctly post `import` I've found 2 super hacky ways of getting a decent diff...

I agree with @Trellian that multi-column uniqueness constraints are far more important than having a join table for being able to easily convert a one to many 1-M relationship into...

yes, there's an `x-ratelimit-reset`, along with some other useful headers ``` % curl -vvv https://api.github.com/graphql \ -H "Authorization: token $GITHUB_TOKEN" \ --compressed \ --data-binary '{"query":"{\n\t__schema{\n queryType {\n fields{\n name\n }\n...

I just tried running 4.2.0rc4, and unfortunately it didn't help with processing revoked tasks. Still just a massive stream in our logs of the revoked tasks being processed. ``` {"event":...

Closed so I could include your recent bugfix PR. Released new version https://hex.pm/packages/forcex/0.8.3 @timbuckley I've been thinking you *might* just wanna fork this project at some point since neither @jeffweiss...