Justin Myers

Results 8 comments of Justin Myers

Thanks! I'll definitely start with that. Would you rather keep the work around or build it into the normal query?

@xeor so it's not that it's no longer possible. The lines still execute, but seems to be out of scope to the shell. For example, you can still import, run...

Here is what I get from an install: ``` C:\Users\JustinM\Dev\Particle\docs>npm install npm WARN package.json [email protected] No repository field. |- > [email protected] install C:\Users\JustinM\Dev\Particle\docs\node_modules\metalsmith-autotoc\node_modules\slug\node_modules\unicode\node_modules\bufferstream\node_modules\buffertools > node-gyp rebuild C:\Users\JustinM\Dev\Particle\docs\node_modules\metalsmith-autotoc\node_modules\slug\node_modules\unicode\node_modules\bufferstream\node_modules\buffertools>if not defined npm_config_node_gyp...

[This link](http://stackoverflow.com/questions/18412129/how-do-i-update-node-and-npm-on-windows) With this: ``` Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force npm install -g npm-windows-upgrade npm-windows-upgrade ``` Has got me closer

This is what I'm getting when I try to start the service: ``` C:\Users\JustinM\Dev\Particle\docs>npm start > [email protected] start C:\Users\JustinM\Dev\Particle\docs > node ./scripts/server.js [metalsmith-watch] ? Live reload server started on port:...

Which one would work? If they are running on the same machine in parallel, they would still grab the value from the same spot

So I've noticed the slowdown with cuda and needing to relocate when image sizes are different. I'm processing through a bunch of images, and it's easy for me to sort...

@davisking thanks. I did realize that letting it go out of scope clears most of it, and seems to work most of the time. If it hits an out of...