Vincent Weevers
Vincent Weevers
This is already supported, by `-i my-namespace/my-image`.
Which docker images? What is the combined size of these packages? Are any other native addons expected to need these?
> The one used by cross prebuildify. There's multiple: https://github.com/prebuild/prebuildify-cross#images > I think allow of the above except for Zstd are quite commonly used. Can you give some examples? I...
That's why I asked, seeing as `prebuildify-cross` is specifically for native addons. So this question must first be answered. In the mean time, you can pass your own image to...
Should be possible. There's an older issue here about making a wasm build of LevelDB: https://github.com/Level/community/issues/63. It didn't go anywhere because of fs limitations at the time, but OPFS changes...
Yeah, OPFS alone isn't enough, just provides raw storage. Using any filesystem as a key-value database (where keys are files) isn't gonna be performant. It needs a specialized data structure...
@guest271314 I'm not going to assist you in reverse engineering third-party databases. You can find such help on StackOverflow, or alternatively, you can dive into the Chromium source code. Good...
We went down this road before, and it wasn't a success (https://github.com/Level/memdown/issues/186#issuecomment-520126288). It causes compatibility and extensibility issues, removes the ability to swap keys and values (e.g. for indexing use...
Looks promising! I will have a closer look later (no promises as to when). Any plans to publish a smaller npm package, i.e. one that contains only the RB tree?
What code results in this error?