Jonathan
Jonathan
the install function looks for the components folder, but my project has the components in `bower_components` which seems to be the standard way, but I'm new to bower in general....
I started working on an ESPHome version of this code if you're interested: https://github.com/jrowny/ESPHomeSpa It solves a lot of the problems like OTA updates/logging. I'm not really a C++ person...
This fixes a bug where the first user in a room would not have their yjs awareness (cursors normally) reflected in other rooms. Previously we set clientID to connectionID to...
There's no actual e2e test for this (it wouldn't be very useful), but I wanted a place where I could quickly test and compare YMap vs. YKeyValue.
Make some real tests, not just examples. Maybe use mocha for that.
Adds a plugin for Lexical
- Adds a new modifyDocumentStorage method to node client Requires backend modification Use it like this: ``` import { Liveblocks } from "@liveblocks/node"; const liveblocks = new Liveblocks({ secret: "sk_dev_.....",});...
Store pending updates/clocks for a given client so we can provide an ack/synchronize status. Update useEditorStatus to use the new status event and getStatus function
This will check to see if username does not match what is set in local state and set awareness data manually (which is all the collabplugin does) in case it...
Frontend changes for supporting yjs version history with lexical.