You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As p5.js migrates to v2.0 and takes on a new technical architecture, the old way of detecting accidentally overridden constants and functions in FES would no longer work. This issue mediates the disconnect and ensures that the feature remains accessible and functional in the future.
Most appropriate sub-area of p5.js?
Accessibility
Color
Core/Environment/Rendering
Data
DOM
Events
Image
IO
Math
Typography
Utilities
WebGL
Build process
Unit testing
Internationalization
Friendly errors
Other (specify if possible)
Task List
Retrieve user's code from the browser
Extract functions and constants from the code
Identify functions and constants that are overriding the ones defined in p5
Generate friendly messages to users
The text was updated successfully, but these errors were encountered:
Increasing access
As p5.js migrates to v2.0 and takes on a new technical architecture, the old way of detecting accidentally overridden constants and functions in FES would no longer work. This issue mediates the disconnect and ensures that the feature remains accessible and functional in the future.
Most appropriate sub-area of p5.js?
Task List
The text was updated successfully, but these errors were encountered: