Lauren Lee McCarthy

Results 118 comments of Lauren Lee McCarthy

@limzykenneth for the last part here, I think this is in progress, or has been started by @lm-n https://github.com/processing/p5.js/pull/5140

Just following up on this... would you all be open to receiving PRs that add the `describe()` line into the example templates and possibly into the FES, too? I'm happy...

@bansalnitish sorry for the delay, updated now

@all-contributors please add @skyperx for code

i wonder if removing the args named param and instead testing arguments.length lets us distinguish from calling `print()` vs `print(undefined)`. i will investigate before we close this.

@catarak is this still an issue? when I try to print an undefined variable in [this sketch](https://editor.p5js.org/lmccart/sketches/yTZYEoAS2) it seems to print undefined as expected. only `print()` with no arguments at...

Hm reading through all this and thinking about the open design and technical questions, might a reasonable approach just be to add a clear warning into the docs for print()?...

hey @dhowe does `registerPreloadFunc` do the trick? it was recently updated so you can specify both the name of the method and the object that method is attached to. https://github.com/processing/p5.js/wiki/libraries#use-registerpreloadmethod-to-register-names-of-methods-with-p5-that-may-be-called-in-preload