Codrin Iftimie
Codrin Iftimie
Fixes https://github.com/vime-js/vime/issues/320 ## Pull request type ## What is the current behavior? Initial muted was set on component loaded ## What is the new behavior? Initial muted is now set...
I'm trying to have a vimeo video autoplay as muted in React. ```js function VimeoVideo({ src }) { return ( ); } ``` After some debugging (the first time I'm...
The readme has a typo where it expects ``` networkPolicyConfig: disabled: true -- networkPolicy: provider: CALICO ``` In the code we have https://github.com/GoogleCloudPlatform/gke-network-policy-demo/blob/master/terraform/main.tf#L87 Actual behaviour ``` networkPolicyConfig: {} clusterIpv4Cidr: 10.0.92.0/22...
I'm researching libraries that can be used to replace my in-house form validator library. I'm using generators at the moment. **Most of the requirements this library checks them. Kudos for...