Trivikram Kamat

Results 125 issues of Trivikram Kamat

## Describe the bug Clicking on play audio throws DOMException - The play() request was interrupted ## Steps to reproduce * Follow README to run local version of the app....

bug

### Issue Fixes: https://github.com/aws-samples/aws-sdk-js-notes-app/issues/26 ### Description Switches from Reach Router v1 to React Router v6. ### Testing ToDo: Verify that routes work in the frontend. ### Additional context Refs: https://reactrouter.com/docs/en/v6/upgrading/reach#first-non-breaking-updates...

### Issue React was bumped to v18 in https://github.com/aws-samples/aws-sdk-js-notes-app/pull/63 ### Description Bumps bootstrap dependencies ### Testing ToDo: Local testing ### Additional Context * react-bootstrap v2 migration https://react-bootstrap.netlify.app/migrating/#rb-docs-content * bootstrap v5...

### Is your feature request related to a problem? Please describe. The notes app uses @reach/router which was put on path of deprecation in favor of React Router Post from...

enhancement

### Is your feature request related to a problem? Please describe. Users of this app have to go through the code to understand the architecture of the note taking application....

enhancement

### Is your feature request related to a problem? Please describe. The existing application doesn't have any authentication. ### Describe the solution you'd like Show how authentication works in the...

enhancement

### Is your feature request related to a problem? Please describe. Lerna is [largely unmaintained](https://github.com/lerna/lerna/issues/2703), and the lead maintainer is considering [resigning from the post because of burnout](https://github.com/lerna/lerna/issues/2703#issuecomment-744601134). Babel replaced...

### Is your feature request related to a problem? Please describe. Using yarn 2 with changesets might replace lerna as discussed in https://github.com/lerna/lerna/issues/2703#issuecomment-776912997 ### Describe the solution you'd like Use...

### Is your feature request related to a problem? Please describe. It's not a problem, but this mono-repo setup uses [yarn v1 (classic)](https://classic.yarnpkg.com/). The stable version of [yarn v2 (berry)](https://yarnpkg.com/getting-started/migration)...

### Self-service - [ ] I'd be willing to implement this feature ### Problem Transformation is not done for the following code: ```js import { DocumentClient } from 'aws-sdk/lib/dynamodb/document_client'; const...

enhancement
p3