RONGALI MOHAN KRISHNA 2400033266

Results 12 issues of RONGALI MOHAN KRISHNA 2400033266

…r reset Added check_account_status() method to AccountManager class to allow users to verify if their Cursor account has been successfully reset/cracked. The method: - Checks if accounts file exists and...

Added Time Complexity O(n^2) and Space Complexity O(1) documentation to the selection_sort function docstring, improving code documentation for beginners as requested in issue #13948. ### Describe your change: This PR...

### Description When using `React.Suspense` with a fallback component, the fallback is being re-rendered multiple times during slow network requests. This causes unnecessary UI flickering and increased component load, especially...

Status: Unconfirmed

### Description I observed that the cleanup function inside `useEffect` does not always trigger when there are rapid, consecutive state updates. This leads to stale subscriptions and unexpected behavior in...

Status: Unconfirmed

- [ ] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [ ] My addition is ordered alphabetically - [ ] My submission has a...

## Summary This PR translates the English alt text attribute to Catalan for the git-status.png image in the Catalan README translation file. ## Changes Made - Changed `alt="git status"` to...

Improves the warning message in the inject() function to include the key being injected. This addresses issue #13287 where users were unable to identify which inject() call was failing without...

…issue #1122: Implement support for setting SARIF report level based on detector enabled/disabled status. This commit adds a level variable that can be computed based on whether the detector is...

Fixes #7223: API Extractor produces tsdoc-param-tag-missing-hyphen warnings Added hyphens between parameter names and descriptions in @param JSDoc tags for the provide() and defineProperty() methods to comply with TSDoc standards. #...

Allow users to pass a specific commit hash with the -c option instead of always using HEAD. Changes: - Modified the option spec to accept a value with -c option...