-
Earlier today I looked at the Windows code in the deprecated `atom/node-spellchecker` package that's used in the extension.
Given I'm a Windows user, and I have a working example in `atom/node-spel…
-
I've got the following trace :
```
$ ./run.sh
> simple@1.0.0 install /tmp/cmake-node-module/test/simple
> cmake-node-module
-- The CXX compiler identification is GNU 8.2.1
-- The C compiler i…
-
Hi, I am trying to convert https://github.com/joeroback/atom-clang over to using this, as node-gyp is such a disaster. I need to add LibClang and Boost to my project and node-gyp essentially gives you…
-
Issue: Extension not working
- commands (e.g. wrapping) are not found
- regions cannot be folded
Setup:
settings.json contains:
"maptz.regionfolder": {
"[cpp]": {
"foldEnd": "//#…
-
The HelloWasm app isn't working right.
The build itself is broken and only happens to work. The `core.cpp` file uses the headers from a Halide filter library that it doesn't depend on. This can be …
-
Node-API is an ABI stable API independent from Node.js version. The build of a native add-on needs only the headers file for Node-API so it's not necessary download all the headers file for a specific…
-
```
$ cmake-js configure
info find VS using VS2022 (17.4.33403.182) found at:
info find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
info find VS run with --verbose for detailed in…
-
CMakeLists.txt:
```cmake
project(test)
set(CMAKE_EXECUTABLE_SUFFIX .html)
set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} --use-preload-plugins -Weverything")
set(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} …
-
Currently there is a PR open in npm-swipl-wasm to properly use `swipl.js` for node rather than copying `swipl-web.js` to `swipl.js` (see https://github.com/SWI-Prolog/npm-swipl-wasm/pull/101).
As c…
-
The package just wont install on win10 with node 20.x and yarn.
Commands:
mkdir test && cd test
yarn init -y
yarn add -D @assetpack/core
The package 'cpu-features' it use, requires CMa…