Results 20 comments of Paul Wheeler

The expression inside of a `?(...)` clause is javascript, so you can use the `indexOf` function or a regular expression. However, if you are trying to find all name values...

The expression body in a `?(...)` clause is just evaluated as javascript, so you can perform this kind of match with `'$[?(@.tags.indexOf("foo") >= 0)]'`. Your attempt had a couple of...

Just FYI, there are issue with both the webGL and canvas renderers. Both seem to work fine with just a single instance, but are broken when there are multiple instances...

Right, sorry I was hasty. It was a knee jerk reaction to what I think was originally a knee jerk reaction (taking down preview.p5js.org). My disappointment was compounded by the...

For my purposes, the removal of the cookie banner from the full screen embedded sketches (like [this one](https://discourse.processing.org/t/tutorial-using-p5-geometry-to-create-fast-3d-graphics/32359/5?u=kumupaul)), is **perfect**. Thank you!

I found it irksome that the [GoogleChromeLabs pollyfill](https://github.com/GoogleChromeLabs/audioworklet-polyfill) hasn't had a release published since it was updated to fix this issue, so I forked it and published an updated [npm...

> Also when served over HTTPS im getting different issues: > ![image](https://user-images.githubusercontent.com/6717311/120938998-e9760a80-c715-11eb-8cb2-a4eb8175f72f.png) > > (Chrome Windows) This is a separate issue, reported here: https://github.com/processing/p5.js-sound/issues/506

> The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. I can't repro this on Google Chrome Version 91.0.4472.77 on Mac OS. In any case if it's an issue specific to the...

FYI @jgrizou, you've got a bit of a name collision with the preexisting https://teddavis.org/p5live/

This is still broken on FireFox as of v89, and on Safari v14, but it is working in Chromium based browsers as of v91. Here's the sketch I'm using to...