Kenneth Lim

Results 267 comments of Kenneth Lim

@ykabusalah No assignment has been made yet as we are still figuring out where the problem is and where any potential solution is. You can have a look at the...

@trych You will have to include a minimal sketch demonstrating the issue as I can't determine from your description alone whether it's a related issue or not. Thanks.

I think this is a great idea and should be something we work towards. At the same time I can see there probably will need to be quite a bit...

The `validateParameters` function is not able to handle all kinds of function signature that we use, so there will be some functions that just doesn't work with `validateParameters`. If you...

Actually it seems to affect the canvas's pixels array as well.

This one is potentially a bit complicated and it still need to be determined as an actual bug first, ie. the behaviour is something that should be fixed and not...

@stalgiag If I change the second to last line in your modified sketch and instead of mapping all values to 0, map all to 255, I still only see blue...

My theory is that `pixels` is setup to be a reference to the underlying image data array and by reassigning it the reference is replaced and `updatePixels()` is still looking...

`UInt8ClampedArray` does have a [`map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/map) method but that is not the key for this issue. Even not using `map()` (which is my original use case but it's too complicated to...

@DivyamAhuja Yes, that's what I was saying.