Trivikram Kamat

Results 125 issues of Trivikram Kamat

## Type of PR - [ ] Feature - [ ] Bug Fix - [ ] Refactor - [x] Optimization - [ ] Documentation update - [ ] Tests ##...

* Expected behaviour: No warning when using claudia * What actually happens: The following warning is printed in console ```console (node:1754) NOTE: We are formalizing our plans to enter AWS...

# Issue From AWS SDK for JavaScript v2 [README](https://github.com/aws/aws-sdk-js): > We are formalizing our plans to make the Maintenance Announcement (Phase 2) for AWS SDK for JavaScript v2 in 2023....

### Enter your suggestions in details: ### Is your feature request related to a problem? Please describe. Not a big issue, but I was browsing new redesigned website from M1...

help wanted
good first issue
website redesign

## Describe the bug `@aws-sdk/types` uses `AsyncGenerator` https://github.com/aws/aws-sdk-js-v3/blob/80a80941a150e36f416bb24cc6c137f674c1dbdf/packages/types/src/pagination.ts#L3-L6 The customer code throws `"Cannot find name 'AsyncGenerator'"` when trying to compile with TS

closing-soon
bug
p3

### Is your feature request related to a problem? Please describe. Not a problem, but a follow-up to drop support for TS 3.4 version: * DefinitelyTyped is dropping support for...

feature-request
p2
queued

**Is your feature request related to a problem? Please describe.** The pagination operation currently accepts `any` for its third parameter. For example: https://github.com/aws/aws-sdk-js-v3/blob/07ac6be17ddbd52f638f8ed4b92b093bf7c378d1/clients/client-dynamodb/pagination/ListTablesPaginator.ts#L23-L27 The type for the third parameter is...

feature-request
p3
queued

**Is your feature request related to a problem? Please describe.** * In v2, the version of the package can be viewed by printing VERSION as follows: ```javascript const AWS =...

feature-request
p3
queued

### Is your feature request related to a problem? Please describe. karma has been deprecated https://github.com/karma-runner/karma/pull/3846 For browser-based unit testing solutions, karma recommends [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/) and [`jasmine-browser-runner`](https://github.com/jasmine/jasmine-browser-runner). There's no...

## Describe the bug Link to next-intl is missing in Collaborator Guide ## Steps to reproduce View [Technologies used in the Website section](https://github.com/nodejs/nodejs.org/blob/main/COLLABORATOR_GUIDE.md#technologies-used-in-the-website) of the Collaborator Guide #### Observed behavior...

good first issue