Sami Ekblad

Results 8 comments of Sami Ekblad

Hi, need to have a good look, but was this produced by dependency-check-maven? Unfortunately it also reports many false positives. E.g. CVE-2011-0509 is not applicable anything beyond Vaadin 6.

Hi! Do you have the project available somewhere for testing?

Excellent, we'll take a look

This seems stuck in workflows. Anything I can do?

Is this still a valid issue? There is a Vaadin add-on example implementation for Vaadin 23 using TypeScript here: https://github.com/vaadin/addon-starter-lit-flow One limitation with TypeScript-Java components like this is that the...

The import needed at the beginning of the file is also eager, right? That is currently the only solution. Maybe it would be best to change the sample code so...

Depending on your application runtime environment and requirements, you could use a workaround setting all XHR requests timeout in JavaScript: ``` !function(send){ XMLHttpRequest.prototype.send = function (data) { this.timeout=10000; console.log("Using XHR...

Sounds like that this is a generic issue to be able to pass custom ChromeOptions for testing.