Kris Zyp
Kris Zyp
I think there can some compelling reasons to offer synchronous versions of the leveldown functions (returning immediately without a callback, not disc sync). Sometimes synchronous can simply be easier to...
V2.2 adds support for temporary databases, which are stored in the system temp directory, and deleted when the environment is closed. However, we are currently only deleting the .mdb file,...
A promising technique for distributing prebuilt binaries is to use a set of platform-specific packages for each platform's prebuilt binaries. Then each platform-specific package specifies the required platform and architecture,...
I followed the instructions at https://github.com/msgpack/website for adding a new implementation (https://github.com/kriszyp/msgpackr), but it doesn't seem to show up on msgpack.org. Does the the crawler need to be restarted or...
I have been doing some testing with bun, which recently added NAPI support, and it turns out that node-gyp-build works pretty well with it with minimal adjustment! Currently [bun doesn't...
This is adds support for optional platform-specific packages as described in https://github.com/prebuild/prebuildify/pull/63.
This isn't complete, but i18n loaded NLS bundles do not seem to export an object in the same format in a webpack bundle that the i18n plugin returns. The generated...