tanmay4l

Results 16 issues of tanmay4l

Resolves #6686 ### Changes: 1. **p5.prototype.ellipse:** Fixed missing parameters #2 and #3, resolving validation issues. 2. **p5.prototype.rect:** Handled missing parameter #5 to properly throw validation errors. 3. **p5.prototype.square:** Updated to...

Description: This pull request adds code execution functionality to the CodeRunner component. Changes Made: Added state variables for code, language, output, and error. Implemented event handlers for code and language...

Description: This pull request resolves a TypeScript compilation error encountered while running the seed script. The error occurred due to missing properties in the seed data object passed to Prisma....

### PR Fixes: - 1 fixed the Watch history skeletons are bigger than needed - 2 fixed the issue #306 Resolves ##306 ### Checklist before requesting a review - [x]...

### PR Fixes: - 1 fixed the bug: UI of video page is cluttered Resolves #313 ### Checklist before requesting a review - [x] I have performed a self-review of...

### PR Fixes: `VideoPlayer` component, there were multiple `useEffect` hooks being used for different purposes, such as initializing the video player, updating the player's state based on props or query...

fixed issue : #133 This pull request integrates Husky, ESLint, and Prettier into project setup to enhance code quality , Here are the key changes: - **Husky**: Configured to manage...

This pull request integrates JWT authentication using Google's OAuth 2.0, streamlining user logins and enhancing security through external validation. for an React native app - Google Token Verification: Validate identity...

This pull request updates our WS to asynchronous using Rust's tokio library. This change improves our server's ability to handle multiple users at once without slowing down. fixed - #200...