Vincent Weevers
Vincent Weevers
rcedit supports `--set-resource-string ` but this was not yet exposed here.
Undoes #251, because https://github.com/cmake-js/cmake-js/pull/187 (5.3.1) fixed builds on Windows.
I accidentally uploaded a release to leveldown last night, not realizing: 1. I previously created a global `.prebuildrc` with `upload=`, for a different project. 2. In this case, `prebuild --all`...
Necessary when dependents are cross-platform. The alternatives are setting "os" in `package.json` (which only works for yarn, not npm), using `optionalDependencies` in dependents (which would unfortunately ignore legit build failures),...
# What / Why The promise support introduced in 2.0.1 has a side-effect on the callback interface: the callback becomes part of the promise chain. If the callback throws, an...
This only happens with `readable-stream@4` and Node.js 12. Later versions of Node, or earlier versions of `readable-stream`, work fine. ```js 'use strict' const net = require('net') const { pipeline, PassThrough...
Copied from https://github.com/Level/party/issues/28#issuecomment-1065596009: we don't initially unref. You must make at least one db operation for the logic to work. So this hangs: ```js const name = Date.now().toString() const db1...
See https://github.com/prebuild/node-gyp-build/issues/49#issuecomment-1206448566
Rough idea: `prebuildify` would write a JSON file containing build metadata (platform, arch, abi, etc). A secondary tool (serving a similar role as `prebuildify-ci`) would collect those files and generate...
See https://github.com/prebuild/prebuild-install/pull/99 for an example.