Chris Anderson
Chris Anderson
The hard part is if your split compaction file count is bigger than your autoCompact threshold you need a different approach. The too bad part is this alone doesn't make...
I think this can be implemented as a mimimal diff by changing the car log format from current: `[cid3, cid2, cid1, cid0]` where cid0 is a compactor output with the...
WeChat Mini Programs have a 1 MB block size limit with a 10MB total storage limit. also relevant for this feature
from [Grimoire](https://chat.openai.com/g/g-n7Rs0IK86-grimoire): > When considering integration with WeChat Mini Programs, it's crucial to be aware of their storage constraints, specifically the 1MB limit for each key-value pair and a total...
from discord: I think both of those boil down to appending a bulk op to the database that reverts any changes in the undo history region. I think a classic...
feature request use case description: ``` I'm prototyping a collaborative level editor type thing for a game. we have two use cases: a shared undo type thing: As a member...
constructing diffs for arbitrary pairs of CRDT heads should be doable
Here is the current situation, where the first thing is sent from the ```mermaid sequenceDiagram participant UserA as User A participant UserB as User B participant System UserA->>+System: Generate Share...
defer to remote key should be the default option, but it should be document that security-concious apps should configure it otherwise
I get this error when I misspell "Apache-2.0" in the setup prompt. ``` Fatal error: Arguments to path.join must be strings ```