David Furnes
David Furnes
### Terraform Version Terraform v0.11.11 ### Affected Resource(s) - `mysql_user_password` ### Terraform Configuration Files ```hcl provider "mysql" { version = "~> 1.5" endpoint = "rds.aaaaaaaaaaaa.us-east-1.rds.amazonaws.com:3306" username = "admin" password =...
Thanks for this module! It's unlocked so many cool possibilities in my games. 🙇 I needed the ability to override clones in a region with different art for an upcoming...
This pull request adds support for [apollo-link-batch-http](https://www.apollographql.com/docs/link/links/batch-http/) and [apollo-link-persisted-queries](https://github.com/apollographql/apollo-link-persisted-queries). If an array of queries is provided, it will resolve each one and then return the array of responses. If the...
I ran into a spooky issue [when using graphql-tools' `MockList` to mock lists in my schema](https://www.apollographql.com/docs/graphql-tools/mocking/#using-mocklist-in-resolvers), where as soon as I returned a `MockList` in my `mocks` or `operations` object,...
Thanks for this extension! 💯 I wanted to be able to disable the "fade-in" animation, and so I added a dead-simple options panel with that as a checkbox (still enabled...