nan
nan copied to clipboard
Native Abstractions for Node.js
There is a dev dependency in `package.json` - `"request": "=2.81.0"`, but I don't see it's used anywhere.
* **Node Version and npm version and tsc version**: `v10.13.0` and `6.10.3` and `3.6.3` * **Platform**: Darwin mac19 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64...
I noticed that at [this line](https://github.com/nodejs/nan/blob/master/nan.h#L2032) it is possible for `HandleProgressCallback` to be called with NULL, if coming into this function `asyncdata_ == NULL` then it will be copied to...
I discovered this while running the `nan` test suite against Electron on our CI (we run tests with DCHECKs enabled). Just to cover my bases I ran the same nan...
Latest release has broken our build process. node -v v8.15.0 node-gyp -v v3.8.0 ``` An unhandled error occurred inside electron-rebuild Building the projects in this solution one at a time....
Would it be feasible to target N-API for it's subset of features on node versions 8+? I've been using NAN for years but with node 6 hitting it's EOL next...
I have a very particular usecase which goes as follows, I have a node app running HTTP server and has a C++ bindings for some video related work. The resources...
Hi, I'm occasionally hitting an error [in the destructor for AsyncResource](https://github.com/nodejs/nan/blob/18eaa097b03d72d2f63d86654132c425862502b8/nan.h#L513). Sorry I don't have a minimal reproduction example yet. I've just started hitting this since migrating [js-platform/node-webrtc](https://github.com/js-platform/node-webrtc) to AsyncResource....
(EDIT: Sigh, GH fail. Updated with actual text.) Per https://github.com/ibmdb/node-ibm_db/issues/276#issuecomment-306134599, it appears to be impossible to compile nan against v0.12.x with a recent version of xcode due to a snafu...
It appears the native addon Node Sass compiled for Node 9 with Nan 2.10.0 are resulting in errors. i.e. ``` [1] 9331 illegal hardware instruction npm test ``` There is...