-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Feature RequestProposal for adding a new functionalityProposal for adding a new functionalityGood First IssueA beginner-friendly issue, great for first-time contributorsA beginner-friendly issue, great for first-time contributorsHelp WantedWould love additional input or contributions!Would love additional input or contributions!Priority:HighShould be addressed soon but not criticalShould be addressed soon but not critical
Milestone
Description
@almchung has implemented the "friendly error system" in the p5.js, that is, functionality that will (optionally) check the parameters passed into p5 functions when they're called and send helpful messages to console. we're about to merge it this week. this feature can be toggled on and off by setting a boolean variable (p5.disableFriendlyErrors = true/false;
) in the sketch. is it possible to add this as a preferences item that can be toggled from there, too?
if it sounds ok, I can work on implementing this.
Metadata
Metadata
Assignees
Labels
Feature RequestProposal for adding a new functionalityProposal for adding a new functionalityGood First IssueA beginner-friendly issue, great for first-time contributorsA beginner-friendly issue, great for first-time contributorsHelp WantedWould love additional input or contributions!Would love additional input or contributions!Priority:HighShould be addressed soon but not criticalShould be addressed soon but not critical