Results 377 comments of Randall Leeds

Scratch that. I just upgraded to Ubuntu 23.10, which is currently shipping v2.2.0-rc3 with some cherry-picked kernel compatibility patches and a couple of bugfixes that look unrelated. I'm no longer...

Can you show an example of what you kind of calls to `setState()` you're doing? I might be okay with just doing this from the regular `useEditorState()`, to make it...

I'd still like to hear a little bit more about when dynamic plugin registration is useful. I believe it could be, but what I've been waiting and wanting to see...

> But I just want to be thoughtful! Not that anyone here isn't being thoughtful, just that I am contributing my part to it by being the skeptical maintainer.

So, backing up to this first part: > I've been finding myself doing dynamic registration of plugin states conditional on React components being rendered. What condition determines whether the components...

If we had a way to add transaction middleware, would we still want to store the state of an autocomplete component in editor state? Or would we rather store it...

Maybe answering my own question, we would still need a way to add decorations, right? We can't just do it all in the React component. We have to add a...

> The other benefit of sticking with ProseMirror is that you can reuse plugins made by other people, as opposed to a React + ProseMirror only solution. Yes, I do...

This change should allow `pnpm install --frozen-lockfile` to work more reliably on the deploy output directory, for cases where the deployment is used as source code, e.g. uploaded without node...

Without this change, pnpm complains that `injectWorkspacePackages: true` does not match `false` (the default) because there is no applicable `pnpm-workspace.yaml` to inform otherwise when `pnpm install` is run on the...