help
help copied to clipboard
:sparkles: Need help with Node.js? File an Issue here. :rocket:
* **Node.js Version**: 8.11.2 * **OS**: Windows 7 64 * **Scope (install, code, runtime, meta, other?)**: startup * **Module (and version) (if relevant)**: none Hi, I'm not completely sure if...
### Details I want to simulate Firefox Http2 frames, like below  The Firefox Http2 frames order are Magic, SETTINGS[0], WINDOW_UPDATE[0], PRIORITY[3], PRIORITY[5], PRIORITY[7], PRIORITY[9], PRIORITY[11], PRIORITY[13], then HEADERS[15]: GET...
### Details I am trying to use the NodeJS Embedder API in a C++ application. My goal would be to load JS modules that might contain `import` statement. What would...
### Details Modified a feature and added supporting unit tests. To run only the unit test that I have implemented, I ran `tools/test.py test/parallel/end-of-stream-finished.js`. However, I got the following error....
### Details I am trying to generate a signature using a ED25519 private key generated using Java, but `crypto.sign()` fails with ` error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag`. If I use a...
### Details I am trying to use the `exports` in my `package.json` to deeply resolve module paths on top of a base path. Essentially I have this folder structure: ```...
### Details postMessage between worker threads can accept a Transferrable type like the SharedArrayBuffer - which is transferred but not cloned. Is there a way to create an object in...
* **Node.js Version**: v14.4.0 * **OS**: Windows 10 * **Scope (install, code, runtime, meta, other?)**: runtime * **Module (and version) (if relevant)**: async-hooks I've been playing with `AsyncLocalStorage` with the...
* **Node.js Version**: 15.2 * **OS**: Mac OS * **Scope (install, code, runtime, meta, other?)**: C++ embedder API Could you please provide basic examples with C++ embedder API: * Pass...
### Details I switch to tag0.0.1 to learn code. ```console ➜ node git:(a3627c06f8) ✗ ./waf configure Checking for program g++ : ok /usr/bin/g++ Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 /Users/zzz/Develop/node/wscript:29: error: g++...