Scott Westover

Results 13 comments of Scott Westover

@tolidano From the example you provided, it looks like you are using the `aws_wafv2_web_acl` resource, but you shared a link to the `waf_web_acl` resource. The `waf_web_acl` resource does support just...

@bschaatsbergen Yes, it does apply to the other `FieldToMatch` types, however most of those types do not appear to be supported currently in the provider: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl#field-to-match. My intention for the...

@bschaatsbergen I went ahead and tried to implement the functionality for the additional properties as well, using the existing schemas for reference and the AWS docs. Once you, or another...

@ewbankkit Thanks for the feedback! I will keep that in mind for future PRs, and thank you for looking into the other issue.

Nice! Thanks for the quick response, and for your help. Yes, that is me. Also, thank you for the kinds words about the series, really appreciate it :)

I ran into this issue as well, and the only way I could get the timer to work was by setting the `timers` property directly on the `$options` property. Here...

@eran-or More than likely that port is already in use on your machine, or the server is already running. You can either end the process that is running on the...

@Montrail Before you ran ```npm start```, did you run ```npm isntall``` to install the required dependencies?

Submitted a pull request for this issue https://github.com/StephenGrider/ReduxSimpleStarter/pull/167

@souryavaranasi in your video_details.js, the class 'embed-responsive16by9' should be 'embed-responsive-16by9' ``` ```