Skip to content
#

art

Here are 2,705 public repositories matching this topic...

lmccart
lmccart commented May 9, 2018

Hi 👋👋👋

We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.

[There are several ways to con

sonic-pi
ethancrawford
ethancrawford commented Nov 16, 2021

Attempting to create a buffer with a duration that is not a number greater than 0, with either:

buffer(:foo, 0) # or -1, ... etc

or

with_fx :record, buffer: [:foo, 0] do # or -1, ... etc
...
end

(or [:foo, 'some text'], etc)

Produces an error similar to the following:

Runtime Error: [buffer 8, line 4] - SonicPi::PromiseTimeoutError
Thread death!
 Promise time
zb13y
zb13y commented Aug 5, 2015

I have such strange saves (duplicates) - ora~, jpg~, png~. I can rename them and they will work normally.
Save as - fine save without duplicates.
Export - fine save without duplicates.
Only 'Save' have such problem.
Krita have same problem, only 'File - Save'. I thought that i have some problems with my computer, but Paint.NET saves normally without duplicates. GIMP - i dont know where are there '

Graphite
Keavon
Keavon commented Jan 16, 2022

If a folder is selected, new shapes created with the drawing tools should be placed into that folder. If a non-folder is selected, it should be placed into the folder which contains it (so the shape becomes a sibling of the selected layer). If multiple layers are selected (either folder or shape), it should pick the closest ancestor folder to place within (so, for example, if two sibling layers ar

Improve this page

Add a description, image, and links to the art topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the art topic, visit your repo's landing page and select "manage topics."

Learn more