Shawn Van Every

Results 36 comments of Shawn Van Every

process.argv.forEach(function (val, index, array) { console.log(index + ': ' + val); });

https://editor.p5js.org/shawn/sketches/aSZ9NH1iQ

Hmmn.. I think that the issue isn't that it is returning the search characters, it is retuning an empty string when the search characters aren't found. If this isn't the...

from @aparrish > another random thought on this—according to the standard, web browsers are *supposed* to trust 127.0.0.1 (https://www.w3.org/TR/secure-contexts/#is-origin-trustworthy) and based on the testing I've done, regular http requests to...

back to the future: http://www.aaronsw.com/weblog/ajaxhistory

Let's Encrypt may offer something here: https://letsencrypt.org/docs/certificates-for-localhost/

Everything I have considered, Let's Encrypt says "don't do".. Hmmn Perhaps AJAX is the only way to go??

As this issue is still open and rearing it's ugly head, I figured a recap here would be worthwhile: The issue of only being able to use a p5 Sketch...

What do you think about following the JavaScript Event.target syntax? It might not be a good idea since it isn't a proper JS Event object but it would be familiar...