George
George
Join to previous. This is a very necessary feature.
Hi, @benjamn! I've checked `@apollo/client@beta` and have the same problem. Thinking this issue is related to https://github.com/sveltejs/kit/issues/612. If we need an import scope submodule, we need to add some export...
@cchyung yes. I solved this problem by adding a pre-build step that reads @apollo-client package.json, adds common exports lines to it, and overwrites the existing file. But this is a...
Hi @zekenie! This is the interesting point! I think we need to change the onAuthRequest function to return an object with user data for this.
Yes, I know about this change. But thinking, I need to do some deep research in light of https://josephg.com/blog/crdts-go-brrr/
It looks like the problem is with how slate operations were converted to Automerge document. We have two split_node operations in both docs and when Automerge merge difference, it creates...
Hi @Hideman85! I haven't thought about it yet, but if there is such a need, I might consider adding it in the next versions.
Hi, @kazekyo! Thanks for the interesting comments, I will try to look at them and possibly make improvements to the code base. Glad this library saved you time!
Hi @jinyang1994 This is an interesting point! Could you attach more details about your case? I think the simplest solution was to extend the SocketIOConnection class to set new data...