Minqi Pan

Results 122 comments of Minqi Pan

@intensite I've just added support for native modules on the `master` branch and it will be released in nodec v1.0.0 next week. Regarding the infamous Max. Path issue, my workaround...

@intensite Also try putting the work directory at the root of your disk, so that the path prefix could be smaller. e.g. `C:\x\...`

@raguay Sorry for the delayed reply. I failed to reproduce this error on my local machine. I tried the `Found xxx posts` example on the `node-wordpress` readme and it works...

@raguay Probably. `nodec` is not designed to run simultaneously at the moment, as the compile process would reuse the same set of temporary object files, which is potentially problematic. Thanks...

`nodec` should detect this and give a proper error message though. I'll add this to https://github.com/pmq20/node-compiler/blob/master/ROADMAP.md

@oneFlyingSnail You could try downloading https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec.exe/download and putting it inside `C:\Windows` to make it available every where.

This sounds very exciting. @mikeal Please tell us more when there are progress on this, thanks!

@mikeal sorry I misunderstood, seems like we are talking about a conference on Node.js solely instead of general JS conf. Deleted some comments left before.

did you mean static code analysis among all npm packages to find related API usages?

@huacnlee "I was merge it, but I found many bug" Test code seem insufficient, did you do the test by hand? I'm currently working on writing test code for the...