nan icon indicating copy to clipboard operation
nan copied to clipboard

Native Abstractions for Node.js

Results 78 nan issues
Sort by recently updated
recently updated
newest added

With the method `relative('.', __dirname)` in [include_dirs.js](github.com/nodejs/nan/blob/99ae81a/include_dirs.js) the path isn't got properly when the parent path is in a shared resource (a link to a network resource in the case...

http://stackoverflow.com/questions/36190856/v8s-persistents-value-changed Anyone has any idea why does this happen?

Currently `node::MakeCallback()` returns `Local`. This is problematic for two reasons: 1) `node::AsyncWrap::MakeCallback()` returns a `Local()` if there's an exception. While the PR hasn't been done, before v6 it will return...

When we decided to move into the io.js org we collectively agreed that we didn't really want to add the overhead of a regular meeting or anything above GitHub chatter...

**TL;DR** > Bundling Python on unix is really simple . Exchanging data (e.g. objects) as well. Feels a bit like compiling the whole Python-lang though and runs for 2+ mins....

Right now in node-canvas we've got stuff like [this](https://github.com/Automattic/node-canvas/blob/master/src/ImageData.cc#L62-L68): ``` cpp #if NODE_MAJOR_VERSION == 0 && NODE_MINOR_VERSION Get(Nan::New("Uint8ClampedArray").ToLocalChecked()).As()->NewInstance(1, caargv); #else clampedArray = Uint8ClampedArray::New(ArrayBuffer::New(Isolate::GetCurrent(), length), 0, length); #endif ``` and [this](https://github.com/Automattic/node-canvas/blob/master/src/ImageData.cc#L70-L75):...

As i pointed out in https://github.com/nodejs/io.js/issues/1807, it would be great to have a compatibility matrix regarding which versions of Nan works on what runtimes. Ideally this should be in JSON...

nan has done wonders for the community, but there are still missing bits. If these can be addressed there is a good desire to bring this into io.js itself. This...

As @bnoordhuis [mentioned](https://github.com/nodejs/nan/issues/507#issuecomment-153419397), it might be possible to get us hooked up to the node.js CI infrastructure. In general, this could be very nice. From a personal point of view,...

I'm using NAN-1 with https://github.com/Gottox/child_pty. In https://github.com/Gottox/child_pty/issues/7 it came up, that NAN-2 breaks the build process. I tried to use the 1to2.js script, but it generates wrong constructs, such as:...