Trivikram Kamat

Results 343 comments of Trivikram Kamat
trafficstars

Trace function was added in https://github.com/aws/aws-sdk-js-v3/pull/4104

Thanks @cmwilson21 It would be awesome if the bug in `github.ref` itself is fixed. If that happens, the documentation is not required to be updated. As per the [documentation](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request), the...

Sure. I'm not blocked, as I used `github.event.pull_request.number` to compute branch name. There is a workaround. This issue is created to either fix the issue in backend (recommended), or update...

> we've determined the best way to resolve this would be to update the example code in the doc you linked to use `github.head_ref` instead of `github.ref` Using `BRANCH=${{ github.head_ref...

Thanks! I've posted a PR to update cache cleanup example at https://github.com/github/docs/pull/23612

TypeScript 5.2 stable is released. Anyone working on formatting `using` declarations in prettier?

The newly released [[email protected]](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v6.5.0) now supports TypeScript 5.2

> Are we not doing that anymore? No. Removed in https://github.com/emberjs/ember-inspector/pull/2103 The `aws-sdk` is only in package.json https://github.com/search?q=repo%3Aemberjs%2Fember-inspector%20aws-sdk&type=code

@RobbieTheWagner Is there any other action needed to merge this PR? I've rebase from main branch.