Eyal Gruss
Eyal Gruss
Thanks. I do find this quote from the [docs](https://p5js.org/reference/p5/touchStarted/) to be confusing: > On touchscreen devices, [mousePressed()](https://p5js.org/reference/p5/mousePressed) will run when a user’s touch starts if touchStarted() isn’t declared. Some questions:...
I get this error in Firefox with 1920x1080, 3000 frames and 1 color. Minimal code to reproduce: ``` function setup() { createCanvas(1920, 1080) saveGif('gif', 3000, {units: 'frames'}) } function draw()...
Thanks @elalish. This doesn't happen with div/img. you can see the loading and prompt are in the correct position but the model is shifted left out of the view. e.g...
i get consistent crashes with v1.11.2 on firefox and chrome without enabling anything and with a single negative y pixel: `line(0, 0, 0, -1)` [run](https://editor.p5js.org/eyaler/sketches/I6uyrxtIh) also quick workaround hack i...
@davepagurek if gridOutput is not part of the main functionally maybe in addition to the check, we should put it in a try/catch?
i previously closed the bug i opened in editor https://github.com/processing/p5.js-web-editor/issues/3243, in favor of this one, but i actually think now that there are indeed two issues: the first is the...
this may be due to https://github.com/googlecreativelab/teachablemachine-community/issues/413 and consider also https://github.com/googlecreativelab/teachablemachine-community/issues/414
@WebCoder49 @WebCoder49-temp thank you so much for looking into this! here is a screen shot from your i18n-contents/i18n.html where i selected the text and then pressed Ctrl+Left-Shift to align the...
sure. btw, testing this i ran into a firefox-specific vanilla textarea issue with dir=auto (not specific to this repo): https://bugzilla.mozilla.org/show_bug.cgi?id=1973355
@kuaashish i updated both codepen examples to 0.10.18. if you run them you will see you get the same warning.