-
### Link to reproduction
_No response_
### Describe the Bug
When adding an upload to the lexical richtext editor and attempting to save, an error is thrown. I noticed that this only happens when th…
-
So, a lot of the questions about "dynamic content on ipfs" seem to boil down to how to aggregate content from multiple sources. Use cases:
- forums (also see zeronet)
- distributed search engine (ipfs…
-
Just fresh out of the oven:
* an IPFS connector library for Yjs: https://github.com/ipfs-labs/y-ipfs-connector and
* a video demo of it: https://github.com/ipfs/research-CRDT/issues/7
Huly®: YJS…
pgte updated
7 months ago
-
js-ipfs 0.33.0 and above do not work well with yjs "y-ipfs-connector". i found that after yjs init ok,the "await ipfs.pubsub.ls()" would list an empty topic array....this is not in normal state....it …
-
I don't quite understand how yjs works.
I have the following code, that I run in the browser:
```
import Y from 'yjs'
import 'y-xmpp/y-xmpp'
const connector = new Y.XMPP({}).join('some-test-room-12…
-
When I am trying to to load multiple rooms y rooms at once I will get this error. The yjs folder in linked to the yjs folder in the node_modules. This error will appear by the syncing.
```
Error: Una…
-
now,new version like 13.XX.XX do not work with almost all other librarys like connector,storage and so on. what time to release the final version yjs and the latest other librarys?
Huly®: YJS-93
-
There seems to be an error in custom connector. In https://github.com/y-js/yjs/blob/master/lib/ConnectorClass.coffee#L113, you're pushing an array to @compute_when_synced whereas in https://github.com…
cphyc updated
7 months ago
-
It results in either weird characters or nothing at all.
* This bug does only occur with the XMPP connector.
Huly®: YJS-8
-
Hello, there
I am testing examples of Yjs. Unfortunately, the `define` function is not available. I installed yes package with NPM
`const Y = require('yjs') require('y-memory')(Y) require('y-websock…