Antônio "acdc" Jr.
Antônio "acdc" Jr.
I second @DevanB. I'm very interested, but have no idea (found no docs on gitlab/google about custom plugins or similar) on how to set it up.
@hjanuschka Ok, thanks for letting us know. That repo, though, seems to suffer from the same problem: how to install? That readme could be a lot clearer.
I do know what you mean about deps and very much agree with it! As a matter of fact, the approach I implemented actually adds two new options functions, much...
> I'm not sure if this is workable. Well, maybe is it. It is! I got it working 99% 😅 Not 100% because I'm still working out an issue that...
> encryption will surely be costly. You'll have to measure it... EDIT: Yeah. From my preliminary measurements, using crypto-js's Rabbit algorithm, IDB storage consumption increased by ~650% [9mb to 68mb...
Ah, another thing, I don't want to create a subthread here, but it seems the `serializeChunk`/`deserializeChunk` functions are actually broken. When I use either: ```js { serializeChunk(x) { return x...
> the 6.5x increase in storage size surprises me. I'm not an expert on encryption, but I believe you should be able to find ciphers that spit out about the...
A little after my last comment here, I actually completed the changes (added encryption) and have been using it in production since. Unfortunately, though, I lost timing to post a...
@chmiiller I couldn't get around to it, unfortunately. It may need a cleanup to better match the current codebase's patterns (or less if radex approves all changes) or other changes...
Hey, there. I have pushed the encryption code [here](https://github.com/acdcjunior/LokiJS), all in one commit: https://github.com/acdcjunior/LokiJS/commit/84073ce6bff4cad2ac3c972dc03d56aae84d804d. I wrote specs, and have been using these changes in production since, but they are based...