Kenneth Lim

Results 443 comments of Kenneth Lim

Parity with Processing is not a goal here so we can decide here what the behaviour should be.

I'm not too involved with the testing setup but as with all other parts of the p5.js projects the key thing to consider is the beginner experience. We want to...

I'm not following this issue very well so if you can clarify a bit for me that would be great. Is this about improving test coverage by creating missing unit...

It is a bit hard for me to debug this as I tracked it down to some weird bug in FES. Basically `_validateParameters` with `constrain` will somehow produce this error...

I agree that using regex for this case is likely reaching the limit of what we can do with it and could also have potential performance issues and edge cases....

Let's go with the regex fix for now then. Anyone want to take this up and file a PR? Comment here and I'll assign the issue to you.

I'm ok with adding this new feature. We need another maintainer to approve on this proposal then you can start putting together a PR. Thanks.

> obviously the side effect is that the shadow goes on top of stroke :( That's not ideal. 😞 We may need to look for some other way to fix...

Sorry had been super busy. We can emulate the tracking system used on the website repo that track git for changes to README.md as a git precommit step and track...