Results 28 comments of georeith

> @georeith I'm not sure I understand what you mean by middleware 🤔 Are you talking about onChange etc. hooks that need to run for certain documents only (e.g. those...

@ViktorQvarfordt agreed around the revert operation I have actually implemented some of this since and have reached the same conclusion that it is not necessary. I have a custom Redis...

@ViktorQvarfordt currently UndoManager is the biggest cause of issues for me: https://github.com/yjs/yjs/issues/317 But also getting some corruption issues from latest versions of HocusPocus (I'm going to open a ticket about...

@mjamesderocher will let you know when it comes out. FYI we aren't using Y.Text only Y.Map and Y.Array but I don't think it would be too hard to extend it...

> hey @georeith, HocuspocusProvider will still accept url and parameters if there is no websocketProvider passed, but then it will just create its own HOcuspocusProviderWebsocket. I implemented this for easier...

Thanks @janthurau that's a good suggestion

+1 for this we are also using V2 for storage as we are experiencing larger documents on V1 which leads to server pauses when loading those large documents.

Just an update on this. After switching to V2 we found performance to be degraded. Switching back resolved the issue. There is a definite trade off in speed to apply...