Nikolaj Leischner

Results 4 comments of Nikolaj Leischner

A workaround is to put the JVM flags into the environment variable `JAVA_TOOL_OPTIONS`, which is intended for cases where it is not easily possible to pass arguments to the JVM...

I ran into the same issue and could track it to this change: https://github.com/facebook/lexical/commit/f29ab08dbf9c0b14b89ebef44fa243e712d817ad#diff-d62fd402ee470b9082046b4a435f031dd8539650efc92ac2ea645f8ded2a4c57R55 If you remove the "." from the `PUNCTUATION_OR_SPACE` regex, then the issue disappears.

Closing this doesn't seem very helpful. As is, the autolink-plugin is useless. It doesn't recognize most URLs with sub-domains correctly, and no URLs if you add a protocol. Note that...

> > I ran into the same issue and could track it to this change: [f29ab08#diff-d62fd402ee470b9082046b4a435f031dd8539650efc92ac2ea645f8ded2a4c57R55](https://github.com/facebook/lexical/commit/f29ab08dbf9c0b14b89ebef44fa243e712d817ad#diff-d62fd402ee470b9082046b4a435f031dd8539650efc92ac2ea645f8ded2a4c57R55) > > If you remove the "." from the `PUNCTUATION_OR_SPACE` regex, then the issue...