Tim

Results 9 issues of Tim

per https://github.com/cypress-io/cypress-documentation/pull/5610 , here are the updates applied to the cypress-real-world-app to fix the breaking changes in the amplify-js version 6 release closes #1459

…nd-middleware-express toward resolution of issue #1420 and #1508

without this change my JetBrains IDE has lots of errors in .tsx files.

Closes #1418 and partial of #1508 I depended heavily on the codemods, especially jss-to-styled, because I am not a CSS expert.

Fixes tests with a clean clone. See https://github.com/ajv-validator/ajv-merge-patch/issues/56

To reproduce: ``` git clone [email protected]:ajv-validator/ajv-merge-patch.git cd ajv-merge-patch npm i npm test ``` Expected: all tests pass Actual: ``` 1) async schema loading $merge should load missing schemas: TypeError: resolver.resolve...

### Minimal reproducible example https://github.com/timheilman/reproduce-expo-print-first-time-failure-android.git ### What platform(s) does this occur on? Android ### Did you reproduce this issue in a development build? Yes ### Summary Calling expo-print's `printToFileAsync`, passing...

needs review

### Current behavior The upgrade of cypress-realworld-app from MUI v4 to MUI v5 seems to reveal an issue with the coverage calculation, such that Cypress believes an element cannot be...

I've built a small CDK application to verify this behavior. I would like to process over 1000 (very small) results from a DynamoDb query result set in an AppSync response...