Dave Pagurek

Results 715 comments of Dave Pagurek

Just a quick check @reshma045, are you rebuilding with `npm run build:reference` before running the dev server?

Hi @hxrshxz! Thanks, let me know if you need any help with making a new tutorial category or anything. Also I think I didn't mention in the original issue but...

It looks like the sketch is using tint(color, alpha). It looks like in the docs for both 1.x and 2.x, that signature isn't supported, just tint(color). I would need to...

Hi @uppathidev! Currently we're only adding new features to p5 2.x, which is in the `dev-2.0` branch. Do you think you could base your changes off of that branch and...

Also, some general thoughts: - I think we maybe don't want to add methods directly onto things like a p5.Image, as they can actually be used on multiple renderers, and...

I'm guessing Kit's reply to the GitHub email didn't make it to GitHub so I don't have the full context, but looking at this code, this does strike me as...

Thanks @acgillette!

That certainly works! depending on your use case, it may be faster to use `npm run dev` (which runs the sketch in `preview/`) or `npm run dev:global` (which runs the...

I suspect as long as we're serving a static GitHub Pages site, we'll need to do this via JavaScript. It looks like the way Astro does redirects in static mode...

I think this one is a content issue. e.g. Shape Primitives has an alt: https://github.com/processing/p5.js-website/blob/b931f577e3a0079a608520be75581b531590e82c/src/content/examples/en/01_Shapes_And_Color/00_Shape_Primitives/description.mdx?plain=1#L2-L4 ...but Mobile Device Movement doesn't: https://github.com/processing/p5.js-website/blob/b931f577e3a0079a608520be75581b531590e82c/src/content/examples/en/02_Animation_And_Variables/02_Mobile_Device_Movement/description.mdx?plain=1#L2-L3 ...so we'll probably have to go through them all...