Konstantin Münster

Results 7 issues of Konstantin Münster

When I run `next-banner` locally, it seems like the server is not correctly shut down. When I run it again, it starts another server on port 3001 and I still...

Seems like there is an issue with automated deployments on gatsby cloud: `There was a problem loading plugin "gatsby-theme-portfolio-minimal". Perhaps you need to install its package?` I will look into...

bug

Hey 👋 would be great to update axios to the latest version since it fixes some security issues

Even though it might be tricky, it would be great to support objects in frontmatter. I have a few files that have the following frontmatter shape: ``` --- title: 3...

feature request/enhancement

When having a schema that defines a mark like this, ```ts underline: { parseDOM: [{ tag: "u" }], toDOM() { return ["span", { style: "text-decoration: underline" }, 0] }, }...

react-editor-view-branch

Hey - it's me again! 😄 Another subtle issue regarding the ReactEditorView. We have a non-editable editor that uses node views. These node views have logic that depends on the...

react-editor-view-branch

## Issue We use a node view that contains a list of items. These items can be indented and outdented via ProseMirror's helper commands `sinkListItem` and `liftListItem`. We noticed that...