Results 6 issues of HARI KAPADIA

## What? This PR adds support for custom `pageExtensions` configuration to the `@next/next/no-html-link-for-pages` ESLint rule. ## Why? Currently, the ESLint rule only recognizes default Next.js page extensions (`.js`, `.jsx`, `.ts`,...

type: next

## Description Fixes #42846 The `AppType` generic parameter `P` was incorrectly used as `InitialProps` instead of `PageProps`. This fix properly uses `AppInitialProps` for the InitialProps parameter to match the actual...

type: next

## Description Fixes #53473 The `@next/next/no-html-link-for-pages` ESLint rule now respects the `pageExtensions` configuration from `next.config.js`. ## Problem Previously, the rule only detected pages with hardcoded extensions (`.js`, `.jsx`, `.ts`, `.tsx`)....

type: next

## Description Fixes #151 - Resolves `ModuleNotFoundError: No module named 'pandas'` when running `sam3_image_predictor_example.ipynb` ## Problem The example notebook `sam3_image_predictor_example.ipynb` requires pandas but it was only listed in the `dev`...

CLA Signed

## Description Fixes inconsistent training script path reference in README_TRAIN.md ## Problem The first paragraph of README_TRAIN.md incorrectly states the training script is located at `sam3/train.py`, but the actual location...

CLA Signed

## Description This PR adds guidance to the contributing style guide explaining when to use the GFM alert blockquote Markdown syntax versus the Hugo alert shortcode. ## Changes - Added...