satoren
satoren
Thanks for the reply. > you'll need to implement your own [BlobSource](https://github.com/toeverything/blocksuite/pull/6937). I understand that. Even if we implement that, it seems like the only way to implement it is...
The following changes. https://github.com/satoren/blocksuite/commit/322d9b62c0a200bb4c0a51815de51bb4e292b1a8
When I checked to see if the load was that high, I confirmed that the playground requires an additional 4 times the network bandwidth and CPU processing because it sends...
Since I want to apply change diffs within Yjs, it’s simpler to synchronize the component state directly rather than sending commands. Handling change diffs with Yjs is essential because Yjs...
https://y-phoenix.gigalixirapp.com/js-draw I have added a feature to display other users’ cursors. It would be great if objects being drawn by other users were also updated in real time. Is there...
https://github.com/dependabot rebase
One of the reasons is that the npm package hasn’t been released for nearly a year, resulting in significant differences compared to excalidraw.com.
I was struggling with the same thing. I wrapped `Transaction` and `TransactionMut` in an enum and avoided using `TransactionMut` for read-only operations by implementing `ReadTxn`. https://github.com/satoren/y_ex/blob/6444fffd681157a75e6c45b1fa87ee9f4bd3a0be/native/yex/src/doc.rs#L44
@RahulBadenkal Thanks! I found a problem related to this. Resizing in view mode causes an error because the undo/redo button does not exist. `Uncaught TypeError: Cannot read properties of null...
Also, as a minor issue, the button status does not reflect whether undo/redo is possible. It might be better to have the excalidraw side incorporate an API that allows custom...