Laurens Lavaert
Laurens Lavaert
When utilise CRA / Webpack in my project I am not able to compile it properly. Everything works fine with my React build and this package is amazing, but I...
Title says it all
Imagine the following case where you disable segment in your code. const { Analytics } = require('@segment/analytics-node'); new Analytics({ writeKey: processe.env.WRITE_KEY || '', disable: true }); If WRITE_KEY is not...
Issue 1: https://github.com/yjs/y-prosemirror/issues/47 Issue TipTap: https://github.com/ueberdosis/tiptap/issues/4339 PR 1: https://github.com/yjs/y-prosemirror/pull/63 PR 2: https://github.com/yjs/y-prosemirror/pull/135 But updated so that it works to parse yDoc to JSON aswell. I made sure that the tests...