Kris Zyp
Kris Zyp
I'd also like to see support for prebuilt binaries in lz4. However, I don't think appveyor is needed either. I believe the standard practice for doing prebuilt binaries for Node...
If it helps at all, I work on/maintain the NodeJS/LMDB binding package (https://github.com/DoctorEvidence/lmdb-js). It has really good performance characteristics, and would be glad to help with making it work for...
I tried running your repo https://git.kaki87.net/KaKi87/template-electron17-vue3-parcel2 on my linux mint box, which seems to be configured almost identically to the versions you described in the parcel ticket, and parcel/lmdb seemed...
Ok, thank you, I actually am able to reproduce an error, but it is different error than the original parcel ticket. The error is missing symbols (mangled C++ symbol names)...
I have put in a fix for missing symbols in v2.5.3. Let me know if it helps.
In your package.json, in NPM 8: `"overrrides": { "lmdb": "2.5.3" },` Yarn: `"resolutions": { "lmdb": "2.5.3" },` Older NPM, no "proper" way, just have to manually replace the directory in...
This seems like a potentially helpful idea, and could work well with lmdb-js. A few caveats though: first, of course lmdb-js doesn't have any knowledge of HTTP or if a...
For object streams, do you mean streaming a PackrStream of multiple sequential objects and accumulating in buffer to store and then when retrieving the data, streaming from that buffer? Which...
I understand this concern. The shared structures key needs to be stored _somewhere_ in the database. And I think the implicitly suggested alternative is to automatically filter it out. However,...
Does it work if you explicitly use v2.2.6 (https://deno.land/x/[email protected]/mod.ts)? (I didn't realize that non-semantic version tags are considered to be "latest" in Deno. And the next version is switching to...