Kenneth Lim

Results 347 comments of Kenneth Lim

That's not necessary, a static page can be created which the server can be setup to serve when it encounters a 404. The server setup requires access to the actual...

I would ping @lmccart or perhaps @outofambit on how they would like to handle this as they probably have access to the server hosting the website.

Can you try something like what's shown [here](https://p5js.org/reference/#/p5/getAudioContext), ie. triggering the audio context via a touch event.

I think the current categories are probably going to be the highest level of hierarchy and further grouping them may not prove useful. I think the largest barrier to free...

@therewasaguy If you decided to remove the source maps, I think if you removed [this line](https://github.com/processing/p5.js-sound/blob/master/webpack.config.js#L35) from the webpack config it will stop generating source maps.

Depending on how big of a scope this challenges page is going to be, we may want to consider breaking it out into a page of its own like the...

@riteshsp2000 You can go ahead with both fixes. I'll assign this to you.

I'm happy to review a PR for this if there are existing work already done or if a new attempt is made.

I had a look at the source and I have a couple questions about the errors above. 1. I see that the number of dimensions are limited by the length...