Kenneth Lim

Results 347 comments of Kenneth Lim

In that case I think you would need to copy over the placeholder entries to the other languages (ie. untranslated entries).

Changes to `package-lock.json` file should be reverted, unless there is a particular reason to include it?

Hi @hunahpu18, can you revert the changes made to `package-lock.json` in this PR? Thanks.

Inviting Spanish stewards @Guirdo, @Andreu-G, and @dnd-alv to review this.

You can go ahead with a fix. Thanks.

For a possibly clearer equation maybe this one: `4 * ((y * d) * (width * d) + (x * d))` adapted from the [`pixels`](https://p5js.org/reference/#/p5.Image/pixels) reference would help?

Circling back to this after a couple of month, I'm glad to say I've found a use for `nf()` in one of my projects and also have the problem described...

`p5.TypedDict` has a member method of `size` as well so may want to check that. Some manual test after a fix would help as there may be some that we...

Hi @nabilhassein, sorry I'll have to go through your comment here a bit later but I just want to hijack this for now to get your attention at https://github.com/processing/p5.js/issues/5831, specifically...

Sorry this took sooooo long. The problem is as I originally suspected a permission issue. `DeviceOrientationEvent.requestPermission()` and/or `DeviceMotionEvent.requestPermission()` need to be called before we can access the relevant acceleration and...