Jan Thurau
Jan Thurau
The issue here is that the history of the ydoc does not match. The only way to get this to work is by passing the actual ydoc to the Provider...
fixed by #4602 (Thanks @joelreske for raising this two years ago!)
hey @C-Hess, absolutely. We haven't had a look here yet as the tests / build steps are still failing: ``` 7:37:54 AM: ../packages/react/src/Context.tsx(36,26): error TS2322: Type "Editor | null" is...
@dm4t2 Do you have any idea how much work is required to get this done? We are dealing with emission values that often have 10 or more decimal places, which...
Should be fixed by PR #37
the server will close the connection if no document is open, which causes issues if you want to switch documents by closing and then opening a new one. Maybe we...
hmm, the mentioned code is coming from `lib0/random` and uses the crypto API (https://nodejs.org/api/crypto.html#cryptogetrandomvaluestypedarray), which should be available since node v17. I've just tried this in node20 and node18, both...
It looks like node18 only has the crypto global if the --experimental-global-webcrypto flag is used (https://nodejs.org/docs/latest-v18.x/api/globals.html#crypto_1). In 20 it's global by default. Need to check how to tell the bundler...
In order to re-evaluate the permissions of a user before applying a message, you can use the `beforeHandleMessage` hook. It's called before every received message, so you might want to...
@GermanJablo I just see that you have `connect: false` passed to the websocket provider - does it work if you remove that? Earlier versions also connected when connect: false was...