Dan Kaplun

Results 70 comments of Dan Kaplun

You can pass a second argument with options: ```js toPNG(scene, { camera: new THREE.PerspectiveCamera(...), // alternatively: cameraPosition: new THREE.Vector3(1, 2, 3), }) ``` See the [source](https://github.com/dbkaplun/node-three-screenshot/blob/f5cce1a92dff6e74629594ea6714f2ae6a0c01bd/src/toCanvas.js#L21-L31) for more information.

@jimschubert added screenshots above, please review. Changed the option text to warn about potential security issues. Been using it for a month or so. People could really find this option...

You think people will not be swayed by the warning in the option text? Honestly I think most of those concerns are not too scary but I will change the...

Hey @jimschubert, any word on this?

I think it makes sense to leave `env_*` as it is, and maybe go with something like: ```js module.exports = { apps: [{ name: 'HTTP-API', script: 'http.js', exec_mode: 'fork', env_production:...

[Yes I am](https://github.com/slap-editor/slap-clipboard-plugin/blob/master/index.js#L30-L50). Bluebird's [`Promise.promisifyAll`](https://github.com/petkaantonov/bluebird/blob/master/API.md#promisepromisifyallobject-target--object-options---object) is adding the `.pasteAsync` method.

+1 I was able to use https://github.com/Streampunk/naudiodon to record some audio, haven't done much else though.

I was able to install with this: ```sh cargo install --git https://github.com/JoshMcguigan/traffic ```