issues Search Results · repo:nodejs/node-addon-api language:C++
Filter by
805 results
(51 ms)805 results
innodejs/node-addon-api (press backspace or delete to remove)Hello,
while building c-kzg in order to then build lodestar on Life and DogeOS Android base (armv7l), I ve encountered the
issue reported in the title, the exact log and trigger can be found in the latter. ...
tallero
- 2
- Opened 5 days ago
- #1644
First off please accept my humblest appreciations;
The title says it all; I could get the FD through some tricks like the one here but I m concerned it wouldn t be stable.
Providing this ability would ...
th3r0b0t
- 3
- Opened 19 days ago
- #1640
https://ci.nodejs.org/job/node-test-node-addon-api-new/9930/
https://ci.nodejs.org/job/node-test-node-addon-api-new/nodes=osx13-x64/9930/console
Failing on Node.js 22, but also notice we may not have ...
mhdawson
- 4
- Opened 22 days ago
- #1639
I have a C++ enum or enum class that I want to bind to JS. I tried to follow
https://github.com/nodejs/node-addon-api/issues/1034#issuecomment-902790545, this is my attempt:
// C++
enum Color {
Red, ...
mkaivs
- 1
- Opened 25 days ago
- #1638
The garbage collector does not collect objects while executing in a loop, whether it is while(true) or for()
This is a minimal example. In fact, I have an eternal while(true) in my project, which calls ...
Keller18306
- 4
- Opened 26 days ago
- #1636
Not sure if it is the right place...
I’m working with an AbortSignal and some C code (extern C ). I need to pass a reference to AbortSignal.aborted (a
boolean) to the C code, which runs async work.
Right ...
dormeiri
- 2
- Opened on Jan 27
- #1631
PS E:\work\life\utils-test node-gyp.cmd build
gyp info it worked if it ends with ok gyp info using node-gyp@11.0.0 gyp info using node@20.18.0 | win32 | x64 gyp info
spawn C:\Program Files\Microsoft Visual ...
BwinYang
- Opened on Dec 29, 2024
- #1628
I created an object using the following code
void Device::Initialize(Napi::Env env, Napi::Object exports)
{
std::vector Napi::ClassPropertyDescriptor Device properties =
{
InstanceMethod( connect ...
crskycode
- 4
- Opened on Dec 6, 2024
- #1623
Good day,
I made an addon, and when I have a index.js file inside its root directory; when I run this file to test the bindings,
it works fine, but when I copy paste the addon directory to my project and ...
th3r0b0t
- 3
- Opened on Nov 18, 2024
- #1619
I have an Electron app which uses node-addon-api to retrieve and access a number of objects written in C++. After the
app has been running for a long time and not received further usage (typically 12+ ...
broken
- 6
- Opened on Nov 3, 2024
- #1610

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.