Reshma R
Reshma R
This PR addresses the issue by: - Wrapping the bot icon and username in a new span with class `.pill-user-with-icon`. - Applying flexbox with `align-items: center` to this new span...
### Description This PR addresses issue #871 by replacing repeated heading elements (`Tip`, `Note`, etc.) used in callout blocks with `` elements that include accessible ARIA labels instead. ### Changes...
Resolves #8215 Changes: This PR updates the p5.Vector.setHeading() method to support only 2D vectors in alignment with the proposed 2.x design. - Added a dimension check in `setHeading()`: - If...
**Summary:** This PR fixes the issue where absolute Wikipedia URLs in the generated reference docs had unwanted trailing slashes. Closes #878 **What was done**: 1. Modified `src/scripts/builders/reference.ts` to add a...
**Description**: This PR fixes issue #878 by removing unnecessary trailing slashes from Wikipedia links across the p5.js website and documentation. Trailing slashes on some Wikipedia URLs were causing 404 errors....