-
I am trying to setup VS Code with Pymark under Ubuntu 21.04.
First, I tried VS Code on my primary laptop (macOS). However, this does not appear to work on current builds of VS Code (https://github.…
-
I am trying to use noble-winrt in my electron app.
I added the entry for `"noble-winrt": "Timeular/noble-winrt#master"` in my package.json
When I try to run npm install, I get
> fatal error C10…
-
I'm trying to get the address of a script (which should be its hash), but there is no `hash_script` function available. How can I convert a CBOR hex representing a script to its address?
-
Edit: I edited the issue title since this thread has been evolved about how to inject CF env vars into a hot reloading dev server, the actual issue is further down: https://github.com/cloudflare/worke…
-
I noticed that a simple zkprogram I created did not compile in the browser. Then I tried to compile the zkprogram in the tutorial to see if the problem was with my program, but it did not compile eith…
-
Hi
I can't install Nodejs-Stanford-Classifier on Mac :(
```
node --version
v7.10.0
```
```
cat package.json
{
"name": "message-classifier",
"version": "0.0.0",
"license": "MIT",
…
-
The current API for native modules exposes the entire v8 API to native module developers. Even if NAN is used to insulate module code from the v8 API changes, it doesn't do anything to shield it from …
-
## 💡 Feature description
`wasm-pack` should generate isomorphic code
#### 💻 Basic example
Below two targets have different output.
```sh
$ cd hello-world
$ wasm-pack build -t nodejs
$ w…
-
[Node-API](https://nodejs.org/api/n-api.html) is Node.js' native addon API. The goal of this project is for many Node-API addons in bun.js to just work, without asking maintainers of node modules to m…
-
We try to close all the YARP ports opened by the **iCubTelemetryServer** process, by running the following commands from Node.js (for instance via REPL):
```js
> this.yarp.portHandler.close('/yarpjs/i…