Daniel Shiffman

Results 396 issues of Daniel Shiffman

Here's an example: ``` javascript var weather; function preload() { var url = 'http://api.openweathermap.org/data/2.5/weather?q=London,UK&APPID=XXXXXXX'; weather = loadJSON(url); } function setup() { } ``` No error in the IDE, but I...

The current behavior for save (once a project has been named) is to save only the current file (tab) that is in view. I'm finding that now that I am...

Some of these might duplicate existing issues and ultimately they should be broken out into separate individual issues, but I'm opening this issue just to track a list of things...

We had a workshop today with heavy use of the p5.js editor and the new serial server. I'm making some notes here as I recall. Some of these issues may...

This scenario has come up a few times. A student has a `sketch.js` file on their desktop, not in a folder with an `index.html` and `libraries` directory. The student drags...

enhancement

Students have asked about selecting colors, implementing something like Processing's Color Selector may be something to consider at some point.

enhancement

@antiboredom and I are looking at a caching problem I experienced in class. The best solution may be to disable caching entirely in webkit. This issue may point to a...

While I now can drag a folder onto the dock (#131), when I try to open something by FILE --> OPEN, selecting a directory requires me to then select a...

enhancement

Related to #131, if I drag index.html onto doc, I get the following. I'm not sure what the correct behavior should be. I suppose in this case `index.html` should be...

Students requested a link to the p5.js reference in the editor. Ideally we would also eventually have an option where you could highlight a function name like `fill`, right-click, and...

type:feature
help wanted
good medium issue