Zach Dahl
Zach Dahl
Would love the ability to say "hit tab until you match" to ensure things are in a flow. ```javascript cy.visit(url) .get('#carousel-xyz') .find('[data-item=0]') .focus() .tabUntil('.right-arrow'); ``` Thanks!
This has two effects: 1) lower webpacked size: since we are being more selective on what to import, bundled file size should be smaller. 2) the polyfills will not be...
Hello, I find the need to set my provider.iamRoleStatements.Resource to a pre-existing arn. However, I would still like to define the resource within my serverless.yml in order to facilitate local...
It is unclear how you reference external scripts since the included `Script` only accepts script: String; In addition to allowing `src` attr, it should also allow async, and other script...