processing-pi-website icon indicating copy to clipboard operation
processing-pi-website copied to clipboard

Files for the pi.processing.org subdomain that documents Processing on the Raspberry Pi

Results 13 processing-pi-website issues
Sort by recently updated
recently updated
newest added

On the [download page](https://pi.processing.org/download/), the command line install instructions `curl https://processing.org/download/install-arm.sh | sudo sh` don't work. Did that file get lost in the Processing website overhaul?

The 2018 Raspian base is not compatible with Pi 4B, it fails to boot due to boot architecture change.

Running `gulp` to trigger a rebuild yielded this for me ``` $ gulp internal/util/inspect.js:31 const types = internalBinding('types'); ^ ReferenceError: internalBinding is not defined at internal/util/inspect.js:31:15 ``` Deleting `node_modules` and...

To increase readability of the code within the tutorials, need the following: - Add spacing after each code block (code fence), see screenshot below - Make the inline code more...

Currently, the tags and categories that are added to each tutorial are either not brought to the surface or not actionable because the templates for the tag pages and category...

Currently, there is no easy way to download the sketch files presented in tutorials. Perhaps we can explore enabling "copy to clipboard" functionality or a way to download PDE files....

I was curious why [this](https://twitter.com/mrgohai/status/1017434226491211777) showed the default grey placeholder icon for the link preview, whereas [the link to the Discourse](https://twitter.com/mrgohai/status/1013513037054001152) showed the logo: Turns out that there are [specific...

Currently, there is no link to this Github repository so the users don't know how to contribute content or report issues with the site's content. I propose the following two...

When there are many images on the page, they are all loaded without taking consideration whether the user ever reaches the images by scrolling. To improve the user experience, lazy...

Currently, in order to view large images, they are are opened in new window. To avoid this usability problem, we can look into Lightbox plugins that are lightweight and have...