Iyasa
Iyasa
I tested the performance of CRDT under frequent and intense operations, typically in a massive canvas used for collaborative online drawing. Additionally, I evaluated its maintainability to ensure it doesn't...
In a text content exceeding 10M, it contains hundreds of thousands of blocks, with each block monitoring a series of events in real time (which can lead to excessive memory...
https://github.com/facebook/lexical/blob/main/packages/lexical/src/LexicalUtils.ts#L83 We achieve minimal cost data synchronization by storing each lexical node individually in a database (a modern rich text architecture should support this). Therefore, each node's key is a...
### System Info System: OS: macOS 14.4 CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13900KF Memory: 12.73 GB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.6.1 - /usr/local/bin/node...
`Unrecognized or unimplemented EC curve \"id-ecPublicKey\" requested` when use crypto with `compatibility_flags = ["nodejs_compat_v2"]` & wrangler v3.78.7. Here is the error source: https://github.com/agisboye/app-store-server-api/blob/main/src/Decoding.ts#L47 Here is the error detail: So my...