Kenneth Lim

Results 267 comments of Kenneth Lim

Browserify should be applying the transforms when transpiling already, we can revisit the configuration in the future if needed. An approach to decoupling can possibly be looking into a more...

Ideally validating parameters go through `validateParameters` only, otherwise it can make things difficult to maintain further down the line, so I wouldn't suggest adding `_friendlyError` to all functions that's not...

There is only the question of `nfe()` which would be a new feature, as such I would like to leave the issue open to get more comments from the community...

I generally like how [ofxaddons](https://ofxaddons.com) does it with basically all data coming from GitHub and I think something like license can be a field of its own instead of being...

@diyaayay Looking at your screenshots, could it be that the top and center align text is using the font's bounding box top instead of ascent to calculate its position, accounting...

Yes I think that is fine to add, @meezwhite you can go ahead with a PR if you like.

@rob-dev-builder Perhaps you meant to open the issue over [here](https://github.com/processing/p5.js-website/issues)? This is the repo for the old website.

Great write up @GregStanton! I like the idea of having internal classes for each type of vertices and it also makes it possible for addon libraries to implement their own...

> I'm glad you mentioned extensibility; that's a good point to keep in mind. I guess we'd need to expose something like shape.js's _path array in order to allow add-on...

@GregStanton I've given you triage access to this repo.