Chandler McWilliams

Results 11 comments of Chandler McWilliams

"Chasing popularity" is harsh and mischaracterizes and belittles a very real concern. Neither of these tools are actively maintained; with no active development in years. They were a great choice...

Again, I don't appreciate the combative tone; disagreement is a feature of community, not a bug. Curious to pit one metric (commit frequency) vs another (npm downloads) to make a...

Thanks @limzykenneth. I totally agree that novelty shouldn't drive decisions about a project. I think your proposed solution sounds great. I can start experimenting with a webpack and npm script...

Maybe a CSS only solution would be cleaner and easier to maintain? Edge can be handled with: ``` @supports (-ms-ime-align:auto) { a { display: inline-block; } } ``` and ie...

the basic server is there already and you can use it with or without an html file. For example if you have a js file with a setup and draw...

oh yeah for sure, just wanted to make sure you'd seen that functionality. FWIW, I think the dom and sound addons are included in the html the server generates.

I can't think of a reason not to load them all. The only thing is that maybe a user would start here and then incorporate a sketch into another webpage...

This is great news! i think those two are the most important. As much as I prefer `server`, is `run` more inline with processing and therefore a better option? I'm...

So excited about this. I poked around with electron this morning and pretty quickly got a p5 app packaged as a mac app https://dl.dropboxusercontent.com/u/57593/reactive-spokes.zip I'll take a look at maybe...