Pomax

Results 770 comments of Pomax

We could pass an x/y grid coordinate with optional px/py pixel offset inside that grid rectangle?

+1 for centering. We can make a little layer between the game logic and the particles library so that when you call `makeParticles(x,y)` or something it autoconverts and calls `particles.makeParticles(x-in-pixels,...

do we want that on lockdown though? (IP, password, etc?)

yeah, an env var is easy to read into the server-side code (client never needs to get it, human user just needs to know it) and easy to set on...

Noted - is there a better place to file this as an overarching issue? (since ESM isn't exactly new at this point, and the sooner the work starts, the sooner...

Indeed! (but hopefully it also goes pretty high up on the cdnjs triage board)

this also goes wrong for TravisCI build attempts against Node 4.1, such as in https://travis-ci.org/mozilla/teach.mozilla.org/builds/104231487 -- the lwip compile breaks horrendously because it _looks_ like it has no idea how...

@EyalAr any chance you can set up a Ubuntu VM install using VMWare Player or or VirtualBox to see what's going on?

So noted - is there a way to tell node-gyp that, so that instead of trying to compile, it stops short with the notice "this package requires Visual Studio 2013...

Running `npm install` for lwip 0.0.8 using Visual Studio express 2013 (on Windows 7) seems to also generate build errors, with the build solution seemingly still pointing to platform v110...