Claudius Coenen

Results 53 issues of Claudius Coenen

When I switch applications on my pc that uses a [showmewebcam](https://github.com/showmewebcam/showmewebcam/) webcam, they might request different resolutions. `camera control` will keep displaying the resolution until it is restarted. If it...

### Version 2.3.2 ### Operating system Windows ### OS version or distribution Windows 11 ### Git hosting provider(s) Other - please describe below ### Other hosting provider It's a self-hosted...

auth-issue

Synergy has been GPL licensed all the way to its beginnings. The binaries on this release-page do not include that license, though. I would like to request that it will...

Bug

I am using the [influxdb dashboard example](https://grafana.com/grafana/dashboards/11601) from the README and generally it's working fine. One thing I would like to see improved, though, is setting a "minimum interval" for...

this has been on an informal list for a while, but I just came across this by accident. Maybe it can be useful in some way: https://github.com/datramt/p5js-gif-recorder

This defines an error message handler. This is neccessary, because the friendly error messages lead with a `\n` newline and thus do not get put onto the console. (apparently subsequent...

enhancement
hacktoberfest-accepted

Recent versions of P5.js have excellent error messages. We should look into getting them into the console.

currently, VS Code helpfully offers a ton of JS APIs that have nothing to do with p5canvas. That would be neat if it didn't auto-override stuff one _actually_ typed all...

enhancement

I am not sure where this comes from, yet. Currently, output to the debug console is very slow. It appears to be either chunked or passed through some other kind...

Using a debugger with p5canvas would be very interesting to me. If I get around to it, I will try to take a closer look if this is possible.