Trivikram Kamat

Results 221 issues of Trivikram Kamat

Refs: https://github.com/bluesky-social/social-app/issues/6471 Docs: https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore/#/?id=_debounce

Fixes: https://github.com/bluesky-social/social-app/issues/6535 No warning is shown ```console $ yarn e2e:mock-server yarn run v1.22.19 $ NODE_ENV=development ./jest/dev-infra/with-test-redis-and-db.sh ts-node --project tsconfig.e2e.json __e2e__/mock-server.ts [+] Running 2/2 ✔ Container dev-infra-redis_test-1 Healthy 1.1s ✔ Container...

### Describe the Feature ```console $ yarn e2e:mock-server yarn run v1.22.19 $ NODE_ENV=development ./jest/dev-infra/with-test-redis-and-db.sh ts-node --project tsconfig.e2e.json __e2e__/mock-server.ts WARN[0000] /Users/trivikram/workspace/social-app/jest/dev-infra/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please...

feature-request

### Describe the Feature The social-app uses https://www.npmjs.com/package/@expo/webpack-config which is no longer supported https://github.com/bluesky-social/social-app/blob/3c33e42d3508bacc6c5944df1ff3a011644a6ddb/package.json#L62 From official docs: https://docs.expo.dev/router/migrate/from-expo-webpack/ > The original Expo for web version was based on Webpack 4...

feature-request

Fixes: https://github.com/bluesky-social/social-app/issues/6524 #### Before Warning is shown about lack about support limited to `>=3.3.1

### Describe the Feature The following warning is shown when running `yarn lint` ```console ============= WARNING: You are currently running a version of TypeScript which is not officially supported by...

feature-request

Fixes: https://github.com/bluesky-social/atproto/issues/3014 make fmt is successful, and no files were updated ```console $ make fmt pnpm format > [email protected] format /Users/trivikram/workspace/atproto > pnpm lint:fix && pnpm style:fix > [email protected] lint:fix...

The AWS SDK for JavaScript (v3) clients does not support `apiVersion` Refs: https://github.com/aws/aws-sdk-js-v3/issues/1869

Fixes: https://github.com/bluesky-social/atproto/issues/2997 This PR: * Updates typescript-eslint to 8.x, and TypeScript unsupported warning is no longer thrown * Removes/replaces deprecated `@typescript-eslint/ban-types` rule. * Turns off new rules which failed. These...

Fixes: https://github.com/bluesky-social/atproto/issues/2993 The warning is no longer shown ```console WARN[0000] /Users/trivikram/workspace/atproto/packages/dev-infra/docker-compose.yaml: `version` is obsolete ```