Tim Zubkis Searcy
Tim Zubkis Searcy
**Is your feature request related to a problem? Please describe.** So the problem is when you install a package maintained by auto the package packument size is really big due...
adds an option to `formatDate` to include weeks. Check out the tests for more details.
I am really frustrated that `backendCodeCoverage` is running https://github.com/cypress-io/code-coverage/blob/master/support.js#L158-L208 and its failing my test with the error ``` CypressError: `cy.request()` failed trying to load: http://localhost:34212/__coverage__ We attempted to make an...
Lets say you load a file ```javascript import('./path/to/files.js') ``` it doesn't seem to instrument the dynamically loaded file `./path/to/files.js' is this a known issue or am i making some kind...
Using a number for the width and height props forces you to know your image before hand. If you supplied a string and then just passed it to the styles...