Ferdinand Thiessen

Results 206 comments of Ferdinand Thiessen

> Thanks for the dump, do you still know which file was affected? it is `cccc.txt`

I noticed that this is a combination of two different bugs, the first one is the reported one, the second is only the exception thrown and (by luck) allowed me...

Hm but the file was saved, as the files app can download the files containing the content. As it was created empty -> pasted content -> auto-saved -> closed then...

This is an upstream issue: https://github.com/ProseMirror/prosemirror-markdown/issues/76

Fixed upstream, will be fixed with next `prosemirror-markdown` release (`>= 1.9.4`)

1. A single `*` should be interpreted as an empty list element if the line, above it is empty, as of commonmark specs. e.g.: ``` text * ``` should be...

> vue-styleguidist uses a old Version of webpack-dev-server (3.11.3 instead of 4.7.2). And that Version can't be updated until react-styleguidist updates their version from 3.x to 4.x. This is done...

I spend a quite some time porting it to webpack 5, but there is a bunch of dependencies pulling in old versions of `webpack-dev-server`, so that way looks a lot...

@vinicius73 about styleguideist, long story short: I overlooked your work here and also created a vite branch including API documentation using vue-doc-gen and vitepress. Besides switching from webpack to vite...