Laurent COOPER
Laurent COOPER
If proxy should be taken directly from system environment it would be great. All system store proxy parameters somewhere. It would lessen administrative work.
Hello First of all MANY thanks for your work. Thanks to you, I can use my tablet instead of having to buy a new one In big sur, I experience...
I have the same performance problem with the line function I use line to make a gradient on background, something like ``` for y in range(height): stroke(y/height*255, 80,255*(1-y/height)) line(0,y,width,y) ```...
I encountered also some problems with the lack of namespace for variables Generally speaking, instead of using ```python from p5 import * ``` I ask my student to use ```python...
No news about this issue. I have to say that there is also width and height that are imported from p5 and "pollute" the global namespace. It's inadequate, because width...
Thank you for your response. It is not aligned with processing API, but it is correct according to the pythonic way of creating modules and not polluting global namespace Those...
I came across the post from another about slow drawing. Reading the proposals, I can't understand why p5.js does a better job than any other implementation proposed. It's javascript in...
This was a machine in a training session. Pure ubuntu 18 out of the box. As said in the bug report, it was just the example script that was used...
Same problem for me. Nextcloud client get frozen and has a 99.98% of processor usage. Thanks to a 8 core computer, I can continue to work (only one core affected),...
> Everything start suddenly, without any update. Indeed, not exactly. It seems the organization I rely on updated the server. Maybe it's the cause ?