John Grant
John Grant
I'm struggling to use places also. My problem is that after I make a success API call, the map goes blank. I have only tested on an old Windows laptop...
@JustFly1984 I do not understand what you mean "do not have to specify your google maps key - it is free". I avoided publishing the api key by asking the...
@JustFly1984 I modified my codesandbox implementation to use an empty string for the api key. A basic map appears with watermarking but that is sufficient to demonstrate my issue after...
`"transparent"` did not work for me. I had to take a slightly different approach. ```javascript ButtonUnclickable: { '&:hover': { backgroundColor: theme.palette.primary.main, } }, ```
I only care about coverage. I cannot find descriptions for options on several amplify commands. Normally, commands support `help` or `-h` or `--help` that describe their options, but I've not...
hey @dabit3 I think you can put them anywhere. Some ideas (maybe all of them): 1. (edit) `-h` and `--help` cli switches 2. in the body of https://docs.amplify.aws/cli * specifically...
Similarly, I would like to set the Authorization and headers related to SigV4 signing. If they are set, I want the proxy to pass through those headers without changing them...
@yasteeShah you need to DELETE the stack AND any resources that might have been leftover. This [screenshot](https://user-images.githubusercontent.com/38581611/65912002-1fb0a200-e3eb-11e9-8c34-b6773558fd7e.JPG) shows the earliest error chronologically. You can see `WebAppBucket` already exists and Cloudformation...
Would it be possible to make `Terraform.fromList` return an *ES6 style iterator* ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators), [blog](https://daily.dev/blog/why-do-you-need-to-know-about-array-like-objects)), so that we could do things like this? ```typescript import * as aws from "@cdktf/provider-aws" const...
I'm building a React/Typescript application that currently uses AFrame (v1.4.2). I was able to improve the DX with `npm i -D types-aframe-react` (as posted by @jotatoledo) as well as add...