Rikuo "sp4ghet" Hasegawa

Results 45 comments of Rikuo "sp4ghet" Hasegawa

https://github.com/sp4ghet/quaternion I'm not sure if it would help but here is a Quaternion implementation I did in rust if someone wants to build a glm-like API on top of it...

I rewrote line 44 in npm_get.js to ``` javascript:npm_get.js var pkgUri = util.format(NPM_PKG_JSON_URL, 'nodejs/node', ``` now it's failing somewhere in unzipping or getting npm or something (I aliased nvm="~/.nvmw/nvmw.bat") `$...

I added a `console.log(res.headers['content-length']);` after line 25 in wget.js which somehow fixed the problem, although I think it might work without it.

nvmw doesn't seem to set the alias to `node` nor `npm` when I do `nvmw use v4.4.3`, so I guess there's something wrong there too...

https://github.com/Spaghet/openag_pfc2/blob/master/instructions.md#set-electrical-components-into-proper-modes It's actually written there, but maybe it needs some more clarification.

I accidentally did it and it's running ok, but we'll need to see if it's harmful if you do it for days.

Maybe the EC is actually just 0? If it's showing the correct value in the calibration solution, the actual value being 0 makes sense to me. have you added liquid...

Do you change anything else when you switch solutions? If it works at all at some point the software should be working...

https://github.com/OpenAgInitiative/openag_pfc2/blob/master/Instructions/temperatre_control_module.md Would still be nice to have images

I think the problem is it doesn't map the --app_db_url argument properly... I can look into this, but in the meanwhile it's possible to just do `./node_modules/grunt-cli/bin/grunt couchapp_deploy --app_db_url="http://localhost:5984/app"`