Trivikram Kamat

Results 146 comments of Trivikram Kamat

> Which tools people use right now with yarn v3 inside a monorepo to bump automatically their version with conventional commits ? Yarn (berry) with changesets seems to be the...

The [headObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html) request docs from S3 does not document `response-cache-control` header.

Verified that interactive commands like `upgrade-interactive` can't be used in Sherlock. Code ```js await packageJsonAndInstall({ devDependencies: { [`buffer`]: `npm:buffer-browserify@^0.2.5` } }); await yarn(`upgrade-interactive`); ``` Output ```console Error: Command failed: /home/sandbox/.nvm/versions/node/v16.15.1/bin/node...

> https://github.com/kkirsche/yarn-issue-repro Yarn maintainers need to add `upholded` label to this issue, since it's reproducible in provided repro.

Any update on this request? The closest solution I could find was https://github.com/SnappyTutorials/aws-sam-webpack-plugin

On a quick look at version numbers and GitHub projects, this is what I think the table is: | Signal | Status | Project | | ------- | ------------ |...

The consensus is being achieved towards treating website as authoritative, and provide a link to website instead. https://github.com/open-telemetry/opentelemetry-java/pull/4612#issuecomment-1185118267 We'll request the status page to link to language instrumentation links instead...

There is no error in vite 3.2.4 dev/build command with `@aws-sdk/[email protected]`. I followed [Getting Started Guide](https://vitejs.dev/guide/) from vite. ```console $ yarn create vite ... success Installed "[email protected]" with binaries: -...

Is this issue still reproducible for you? If yes, can you provide repro steps?

> Vite 3.2.4, @aws-sdk/credential-provider-cognito-identity 3.211.0 and I still can't complete a build with Vite. Though it looks like the error might have moved to `@aws-sdk/client-cloudwatch-logs` now? @dwightwatson I'm not able...