Matt Robinson

Results 5 issues of Matt Robinson

A fairly common practice in authentication of Twitter apps via OAuth is to redirect to the authorize endpoint in a popup window. I'm not able to use Selenium to fully...

The main thing I want from this update is rendering field description as markdown https://github.com/graphql/graphiql/commit/6398718c4111360f8c95fda3622bbcfa48cc0862, but I imagine there's other stuff in the update that might be nice or on...

While having the values of `sensitive_config_vars` not show in plan output is good, not showing which keys are changing makes it difficult to refactor and reason about changes. I realized...

workaround-available

Currently `config_vars` don't show an accurate diff until after the first `terraform apply` has run with those `config_vars` set. This makes it very tedious to import apps with lots of...

It'd be nice if you could limit which account / organization the terraform code applied to, something like ``` provider "sumologic" { environment = "us2" account_id = "myworkaccount" } ```...