Fix/1222 hero mobile image gap#1245
Closed
doradocodes wants to merge 392 commits intoprocessing:2.0from
Closed
Conversation
Incorporate review feedback into translation
Incorporate review feedback into translation
Add Korean Translation to code-of-conduct.mdx
Add Korean Translation to donate.mdx
- Change visualID type from string to number to match API response - Update all OpenProcessing functions to accept number parameters - Add explicit String() conversion in getStaticPaths for URL compatibility - Remove unnecessary type conversions in sketch lookups - Enable proper memoization to reduce API calls and prevent 429 errors
- Automated translation status detection for p5.js examples - Detects outdated and missing translations using GitHub API - Creates GitHub issues for translation updates - Supports Spanish, Hindi, Korean, and Chinese Simplified - Action-only implementation without UI components
- Change trigger branches from [main, week2] to [staging] - Aligns with mentor feedback for Step 2 deployment strategy
…isualId-type-mismatch Fix OpenProcessing visualID type mismatch causing rate limiting
…ibility Accessibility: Differentiate external footer links with icon and tooltip
Fix: Remove Empty Anchor Link in Jump-To Menu on Reference Pages
* solves docs issue 837 for p5.js 2.x * Update version * Merge pull request processing#812 from processing/feat/perf Fully unmount sketches that go out of frame * add updated editor images for intro tutorials * update image paths and alt text for editor images in intro tutorials * update screenshots with consistent browser theme * fixed typo: frameCount is a variable not a function * Update p5.js to v1.11.7 * Set iframe srcdoc attribute to blank to prevent iframe navigation * submission for shapeSVG library * rename file * Update p5.js to v1.11.8 * Create Accessibility Issue template * Update 4.accessibility.yml * Update placeholders in 4.accessibility.yml * Update 4.accessibility.yml to remove extra "steps to reproduce field" Fixes an accidental inclusion of an unnecessary field * Add issue-closing workflow to main branch * remove extra things, another issue entertained so removed that * pr branch update --------- Co-authored-by: Dave Pagurek <davepagurek@gmail.com> Co-authored-by: Dave Pagurek <dave@davepagurek.com> Co-authored-by: raclim <43053081+raclim@users.noreply.github.com> Co-authored-by: Axel <74874782+notthewave@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: limzykenneth <limzy.kenneth@gmail.com> Co-authored-by: Ms. Feng <irene_feng@horacemann.org> Co-authored-by: kit <1304340+ksen0@users.noreply.github.com>
* Changed alt text for 2 images. * Changed excessively long alt text * Update alt text to be more descriptive * Update alt text on setting-up-your-environment.mdx --------- Co-authored-by: kit <1304340+ksen0@users.noreply.github.com>
Add Foundation for Automated Accessibility Testing
adds the p5.spatial.js library to the community libraries
- Add basic validation (visualID, type check) in sketch getStaticPaths - Remove unnecessary isNaN check from SketchLayout - Prevent invalid sketch pages from being generated during build
- Add comprehensive tests for getCurationSketches memoization - Test getSketch cache usage and fallback to individual API calls - Test getSketchSize API calls during build simulation - Verify API call count regression to prevent performance issues - Include test for individual sketch fetching when not in cache
- Replace console.error with throw Error in all OpenProcessing API functions - Ensure build fails immediately when API calls fail instead of continuing with invalid data - Add comprehensive error handling tests for all API functions - Test various error scenarios: 500 Internal Server Error, 429 Rate Limit, 404 Not Found - Improve build reliability by failing fast on API issues - Export priorityIds for better test maintainability
Banner script update to fix the missing banner
…repeating-with-loops feat: add Hindi translation for repeating-with-loops tutorial
added standard hindi translated words table
…als-hi Add Hindi translation for conditionals-and-interactivity tutorial
…nner-links fix: remove defunct donation banner scripts and styles (processing#1189)
Cleaned up package lock
…tructor-bug Fix missing p5. prefix in Simple Melody App tutorial
Fix hero heading overlap on mobile and tablet viewports
Add Chinese translation for repeating-with-loops.mdx
Fix inline <code> escaping in reference pages
…formatting changes
Add fallback preview size for DOM-only reference examples
…lation docs: add chinese translation for conditionals-and-interactivity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.