Dave Pagurek
Dave Pagurek
Just took a quick scan through https://github.com/processing/p5.js-example and it looks like there wasn't alt text metadata there and the examples that currently have alt text were added by @outofambit in...
If this test is loading a file, then I think git checks out files using platform-local line endings unless specified otherwise. We specify line endings for some formats here: https://github.com/processing/p5.js/blob/8760fba4f69931c2a1f83fc05f30b151e0add538/.gitattributes#L6-L7...
Almost certainly from this: https://github.com/processing/p5.js-website/blob/813ae4da32f216e47870d31cfeb0277d6a23623a/src/scripts/builders/reference.ts#L163-L165 Old example code used `"assets/..."` for URLs, which break in the current site's multi-directory URL structure, so they needed to be replaced with `"/assets/..."`. However,...
Nice work @Vaivaswat2244! I'm a little less familiar with github actions myself, @ksen0 and @limzykenneth, does this look OK to you?
@all-contributors please add @bensgilbert for code