Andric Tham
Andric Tham
How about SSE support as well? In a LLM chat scenario, tokens only need to be streamed from server to client, not the other way around, so SSE might work...
I’m using Next.js. Which version will this be rolling out in, and will there docs for this change?
@dmonad I wonder if it’s possible to get this merged, or if not, is there something I’m misunderstanding about how `cursorStateField` is supposed to work, or something I'm missing in...
@ymc9 Thanks for helping me track down the source of the issue! I’ve verified that removing that line does indeed fix the issue and I’m now able to upgrade Next...
As a start, it would be helpful if we could type our Tinybase tables by passing in generated Prisma types as a type parameter to Tinybase’s [setTablesSchema](https://tinybase.org/api/store/interfaces/store/store/methods/setter/settablesschema/) function. Alternatively, an...
+1! 🙏
I went spelunking through the source code for `extension-collaboration-cursor`, and the origin of this bug seems to be `y-prosemirror`’s cursor plugin, which doesn’t support subdocuments, and has a broken implementation...