Trivikram Kamat

Results 125 issues of Trivikram Kamat

Hi, I noticed that demo use `new Date` for measuring performance metrics https://github.com/ytiurin/downscale/blob/6260f6d81d5fa9fbb5fee9f120eb7e2b21236fdd/demo/multiselect.js#L143-L148 Should it use `performance.now()` instead? * it's more precise in orders of magnitude ([SO answer](https://stackoverflow.com/a/30795586)) * Google...

Thank you @jlhood for creating this application. We've used in AWS SDK for JavaScript (https://github.com/aws/aws-sdk-js and https://github.com/aws/aws-sdk-js-v3) for the past two years. ### Is your feature request related to a...

**Is your feature request related to a problem? Please describe.** * There are no update instructions for projects who're already using github-codebuild-logs * Installation instructions are in README https://github.com/jlhood/github-codebuild-logs#installation-instructions **Describe...

**Is your feature request related to a problem? Please describe.** github-codebuild-logs posts multiple comments based on how many times CodeBuild was run for the PR, which depends on how many...

### RestJsonInputAndOutputWithStringHeaders The protocol test `RestJsonInputAndOutputWithStringHeaders` was using space as a separator for headers with list values. https://github.com/awslabs/smithy/blob/78a3ac958ea442695cf66ad0f5808768e1f553bf/smithy-aws-protocol-tests/model/restJson1/http-headers.smithy#L31-L48 * input: `headerStringList: ["a", "b", "c"],` * output: `"X-StringList": "a, b, c",`...

### Discussed in https://github.com/yarnpkg/berry/discussions/4023 Originally posted by **trivikr** January 26, 2022 The blog post on [In-depth of tnpm rapid mode](https://dev.to/atian25/in-depth-of-tnpm-rapid-mode-how-could-we-fast-10s-than-pnpm-3bpp). In this blog post the author sees [email protected] making ~4X...

enhancement

Starting November 1 2022, the AWS SDK For JavaScript (v3) will no longer support Node.js 12.x which was EOL on April 30, 2022. We encourage you to upgrade to Node.js...

**Is your feature request related to a problem? Please describe.** Currently, there's no trace function on Logger interface used in aws-sdk-js-v3 https://github.com/aws/aws-sdk-js-v3/blob/fece4175a38eade70ae7192f1f1a9d17243b9855/packages/types/src/logger.ts#L23-L28 Trace is a verbose form of logging, and...

feature-request

### Is your feature request related to a problem? Please describe. S3 throws `NotImplemented` Error in Content-Length can't be computed in https://github.com/aws/aws-sdk-js-v3/issues/3377 The error can be more specific, i.e. Content-Length...

feature-request
p2

### Is your feature request related to a problem? Please describe. The AWS SDK for JavaScript (v3) clients require an empty configuration to be passed in TypeScript. Such requirement didn't...

feature-request
p2