Results 36 issues of ffd8

#### Most appropriate sub-area of p5.js? - [x] Core/Environment/Rendering - [x] WebGL #### Details about the bug: - p5.js version: 1.0.0 - Web browser and version: Chrome 80.0.3987.149 - Operating...

Bug
Area:WebGL

#### Most appropriate sub-area of p5.js? - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [x] Dom - [ ] Events - [x] Image - [...

Bug
Area:DOM
Area:Image

Amaazing lib and wild what it can do! Nevertheless, slowly going a little crazy, as I can't figure out why this works perfectly on my desktop (MBP, any browser), but...

Huge fan of this lib for MacOS! Love how it just works for Kinect 1-2 + Orbbec Astra. Wishing it could work on a RaspberryPi for use in minimal installations...

What kind of issue is this? (put 'x' between the square brackets) - [ ] Question. This issue tracker is not the place for questions. If you want to ask...

Was trying to help a student use this API – realized that it won't accept/interpret escaped characters (ie sanitized for cURL request)– not a problem if typing directly into the...

Just ran into a strange issue where merging makes some mistakes on `{}` brackets. Using your [demo1](https://ace-diff.github.io/ace-diff/demos/demo1/), tested the following: #### Left editor: ```js let flipSpeed = 55 function setup()...

While researching this lib, it seemed like in a previous version one could feed existing ace-editor instances to be compared, whereas now it creates them automatically (left and right within...

Wondering why `setSource()` isn't changing the audioIn source? [Example trying it](https://editor.p5js.org/ffd8/sketches/ChnBGvMmO) based on the [References](https://p5js.org/reference/#/p5.AudioIn/setSource)... while in the console it tells me it changed sources, both in audio-reactivity and in...

Just ran into a strange bug with p5.sound (v1.0.1) on Safari (13.1.2, yes old.. MacOS 10.13.6) – but I believe others have run into a very similar issue with `currentTime`...