Kenneth Lim

Results 443 comments of Kenneth Lim

That depends on where you are getting your server. I'm using Azure VM with Windows Server 2016 and RDP in to install After Effects and setting up Nexrender worker then...

For the server URL here you'll need to expose the localhost port to the internet in Azure then you can access the server via the VM's IP or domain name...

I still need to solve a few logistical problems first but I'll include benchmarks for q5 once I'm done. p5.wasm is mostly for me to practice Rust with. It tries...

I'm ready to add some q5 functions to the benchmark now, can you share the test code you used for your test so I know I'm testing the right thing?

The benchmark is now up at https://limzykenneth.github.io/p5-benchmark/. I'm still to add comparison functionality but the benchmark tests are running smoothly now.

@akshatnema I'm not directly involved with the development of the web editor. It can take time for us to review or find time to review a PR, so do be...

Hi, are you referring specifically to the reference for `describe()` only or for something more general here?

@dikshashukla455 The screenshot here only shows `describe()` but the issue description seems to be referring to something more general (ie. more than just `describe()` shown in the screenshot) which is...

Hi @liudonghua123, is this a p5.js web editor specific problem? If so can you file this issue at the [web editor's repo](https://github.com/processing/p5.js-web-editor/issues) instead? Thanks!

I'm not able to replicate this. Can you check that in the generated `dist/examples/` folder there are generated example html files? If not does running `npm run build` generates them?