Results 25 comments of Ulrich Mayring

In the docs it says: `value: 'value', // Optional - value will be set by text if not set` What might help is to insert Debug-Logging in the Slim Select...

Turns out that re-installing node and npm fixed the error.

Turns out that re-installing only fixed the bug, because an older version of SlimSelect was then installed. The bug is still only reproducible on one machine, but it does not...

In fact, this bug has nothing to do with images. The same problem occurs if, for example, a character is typed instead of an image pasted. The second undo does...

Both thumbnail and preview not working on 10.14.6 (Mojave).

Fixed this in my fork: https://github.com/realulim/extentreports-java

Ok, I have gotten my IDE to behave somewhat, so here's a complete test showing the bug: ``` @Test public void appendWithSparkReporter() throws IOException { ExtentReports extent = new ExtentReports();...

I have a fix for this bug including a test that verifies it. But I could not open a Pull Request. Is anyone interested in receiving this contribution or should...

Looks like this project is dead. I have forked the repo and fixed the bug: https://github.com/realulim/extentreports-java

FWIW, I have gotten it to run with Vaadin 10. What I did was use the Spring Boot Starter project from Vaadin, so I didn't have to worry about Jetty...