नमस्ते 🙏🏾
Pinned
1,944 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 56 commits in 9 repositories
Created 4 repositories
- trivikr/cors-test JavaScript
- trivikr/vite-esbuild-define-test HTML
- trivikr/test-esbuild-serve HTML
- trivikr/aws-cdk-no-methods-error TypeScript
Created a pull request in aws/aws-sdk-js-v3 that received 6 comments
fix(clients): only trim xml tag values which contain newline
Issue Internal JS-2756 Description Do not trim values while parsing XML Testing Protocol tests Additional context Follow-up to #2646 By submitting…
+29
−32
•
6
comments
Opened 40 other pull requests in 9 repositories
aws-samples/aws-sdk-js-tests
9
merged
1
open
4
closed
- feat: use esm in all workspace packages
- chore(frontend): remove webpack.config.js
- feat: use vite instead of esbuild serve API
- chore(deps): remove util dependency
- feat: use esbuild instead of webpack for start:web
- chore(deps-dev): yarn dlx mrm lint-staged
- chore(utils): bump aws-sdk
- chore(deps-dev): remove lerna
- feat: bump yarn to 3.0.0
- [WIP] feat: bump yarn to 3.0.0 by patching hardcoded paths
- [WIP] feat: bump yarn to 3.0.0 using installConfig.noHoistingLimits
- [WIP] feat: bump yarn to 3.0.0 using nmHoistingLimits
- feat(deps-dev): bump from yarn v1 to v3
- chore(deps): bump react and react-native
aws/aws-sdk-js-v3
11
merged
1
closed
- feat(credential-provider-imds): support IMDS for IPv6 endpoints
- chore(clients): re-introduce CORS retry headers for supported services
- chore(codegen): enable protocol tests which depend on smithy 1.10.x
- fix(ci): build server-common in server-protocol-tests
- chore(clients): remove build step prior to test
- feat(clients): update clients as of 08/05/2021
- chore(codegen): skip scalar pure whitespace protocol test
- fix(middleware-apply-body-checksum): use lowercase content-md5 header
- chore(protocol_tests): update protocol_tests with smithy-1.11.x
- chore(codegen): bump to smithy 1.11.x
- fix(md5-js): call fromUtf8 from correct environment
- fix(packages): use HashConstructor instead of { new: Hash }
aws-samples/aws-sdk-js-notes-app
4
merged
1
closed
1
open
- chore(infra): remove dependency on ts-node
- chore(infra): pin ts-node dependency to 10.1.0
- fix(backend): enable tree shaking in esbuild
- chore(infra): remove redundant default DESTROY removalPolicy
- [WIP] feat(infra): use @aws-cdk/aws-lambda-nodejs for deploying lambda functions
- feat(backend): replace webpack with esbuild
trivikr/ts-jest-karma-tests
1
closed
2
merged
aws/aws-sdk-js
1
open
trivikr/vite-esbuild-define-test
1
closed
awslabs/smithy-typescript
1
merged
trivikr/smithy-typescript
1
open
awslabs/smithy
1
merged
Reviewed 10 pull requests in 3 repositories
aws/aws-sdk-js-v3
7 pull requests
- feat(clients): update clients as of 08/13/2021
- test(e2e): fix test fail when no package changes
- test(e2e): fix test fail when no package changes
- chore: parse numbers more strictly
- fix(ci): link in development ssdk common lib
- chore: bump ws from 7.4.5 to 7.4.6
- chore(deps): bump tar from 4.4.13 to 4.4.15
awslabs/smithy-typescript
2 pull requests
nodejs/next-10
1 pull request
Created an issue in vitejs/vite that received 4 comments
The Vite Config does not process ESBuild define option
Describe the bug The Vite configuration does not process ESBuild define option. Reproduction Refer README of https://github.com/trivikr/vite-esbuil…
•
4
comments