everythingability

Results 47 issues of everythingability

I have previously done this with Sugarcube, but wonder if I can add jQuery UI elements, like sliders to Chapbook. In my Javascript file I have... ` var script =...

enhancement

So both my style and target pic are 3000x2000 pixels. My preset_xml is set to ... ``` 1000 6 ``` and yet it always crashes like this, ``` [3000 x...

I left my settings as ./output/render.png but the folder "render" didn't exist so nothing happened... I made the folder, ran it again and it made an image.

Just working through the instructions. I got... ``` File "/Users/tomsmith/pmst-master/tools/pointillism-spritesheet.py", line 9, in for h in range(0,30,2)+range(100,130,2): ``` fixed with... ``` joinedlist = range(0,30,2)+range(100,130,2) for h in joinedlist: ```

Toms-MBP:~ tomsmith$ git clone --recursive [email protected]:patriciogonzalezvivo/lygia_p5_examples.git Cloning into 'lygia_p5_examples'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights

I love MacDown because it doesn't try to do much and make a complete pig's ear of everything. One feature I'd love is to be able to drop a folder...

Hi, p5xr looks like just what I need. Forgive me if this is silly question, but I'd like to be able to make an xr app, whilst previewing on my...

I know this might seem off-piste, but the DAW I use is Bespoke Synth (on a Mac, latest Monterey) and it displays like this at 0.5 size... https://static.everythingability.opalstacked.com/notes/NeuralAmpModeler_and_bespoke_synth.png All the...

bug
priority:low

### What happened? A bug happened! Or maybe a feature... ### What was the expected functionality? I added the FS plugin and tried to write some data to file. The...

bug

I do this... Where the URL is https://randomfox.ca/floof/ And get... (sorry can't copy out of the JSON parse node) ![image](https://github.com/flydelabs/flyde/assets/96276/f6e3b036-3728-4f25-b90e-6142d06703f9) Tom