Kenneth Lim

Results 347 comments of Kenneth Lim

With something like the following and in global mode ```js p5.prototype.print = function(...args) { p5._validateParameters('print', arguments); console.log(...args); }; ``` not just the call to `print()` in `draw()` but all calls...

> In the proposal I suggested to provide a windowPrint function which would offer a one word no dot option to actually print the page. This is already a pattern...

@Ayush23Dash I'm still not sure what the issue is, can you share the replication steps?

Addressed with recent changes

The warnings are a bit different currently and I have looked into it and found the following: ``` Failed to find lines for { name: 'Events', submodules: { Acceleration: 1,...

@Qianqianye @davepagurek I have solutions for all the messages identified above, we just need to decide whether we want to keep the missing example warnings or not. Let me know...

I find that the README.md document actually doesn't really change that much and also not very often. It may be fine to have translated versions of the README file for...

With the suggested `beforeprint` event it is possible to catch print being called outside of setup and draw to print a FES warning, this possibly can be implemented in `helpForMisusedAtTopLevelCode`...

@TsarPrince It would help if you can try and isolate the problem as mentioned first. We need to know under what conditions does this problem occur before we can suggest...

It will just be an internal reference so I think adding an example won't be necessary for this case?