George Profenza

Results 61 comments of George Profenza

@kripken I'm running into the same issue as @fdev31 Any hints on how to resolve this ?

@ShoutTree do you mind posting a short snippet ? I've tried something super basic like: ```javascript var cl = new Box2D.b2ContactListener() cl.BeginContact = function(e){ console.log(e); } cl.EndContact = function(e){ console.log(e);...

Hi Lauren, I get the same "The application "p5.app" can't be opened." error alert dialog. The strange thing is that I've downloaded a couple of older versions of the p5...

No worries and thank you for the updated. I'm already digging the alpha web editor! :) I've been using p5.js more and more [recently](http://stackoverflow.com/questions/40291618/animating-sin-waves-in-processing/40295881#40295881) for [stackoverflow answers](http://stackoverflow.com/questions/29793849/how-to-create-a-simple-l-system-in-processing). Looking forward to...

@bottler Thank you so much for the feedback. Regarding the level, I saw that as shorthand for subdividing the plane instead of manually setting up `SubdivideMeshes`. When I was going...

After further consideration I'm retracting this PR. Should others find it useful they can grab a patch from my branch. Additionally, a workaround is to use pytorch to load an...

@genderquery looking forward to a bit of feedback: this my first PR on a node project and using Netflix and node is not something I do a lot off. Let...

@LBBO FYI I've fixed my typo, added `hideMovieViewingHistory`/`hideAllViewingHistory` methods and updated the README. Hope it's all legit 😄

@clankill3r That sounds great, super aligned with what Cris and I have been working on. Fingers crossed I'll get a chance to cleanup and send PRs this weekend. In the...

Thank you @j3nsykes for reporting/details and @shiffman for the support. Unfortunately the soonest I can look into this issue is next weekend. In the meantime, @j3nsykes could you also post...