Manuel Carrasco Moñino
Manuel Carrasco Moñino
which goal do you expect to be thread-safe ? prepare-frontend or build-frontend ?
Take a look to the attached screenshot to see what happens in my machine: - macOS: Sonoma 14.5 - docker desktop: 4.33 - k8s: v1.32.0 (delivered with docker desktop) -...
perhaps vaadin-connect could check whether window.locaStorage is available in the runtime before trying to use it.
I guess the failure because of the new test is ok until this is merged.
any thing else needed on my part to clarify and help with the review process? thanks.
I get this error in 24.9.1 ``` curl -s -f 'https://start.vaadin.com/dl?&preset=default&projectName=default' -o 'default.zip' unzip -q 'default.zip' cd 'default' grep /vaadin.version pom.xml 24.9.1 mvn ``` ``` Checking if a development mode...
if I unpack my `~/.m2/repository/com/vaadin/vaadin-dev-bundle/24.9.1/vaadin-dev-bundle-24.9.1.jar` I have this in `vaadin-dev-bundle/hybrid-package-lock.json` ``` "lit": "3.3.0", "react-router": "7.6.1" ``` but right now content in `~/.m2/repository/com/vaadin/vaadin-dev-bundle/24.9-SNAPSHOT/vaadin-dev-bundle-SNAPSHOT.jar` is correct. It also happened with 24.8.8
So after some investigation, the problem happens when the project is migrated to 24.4.0.rc1 after it has been run at least once in version 2.5.5 The problem seems that in...
> There’s already a feature that keeps the list scrolled Is there any java api for that?
> feature request to scroller It means that messageList needs to be encapsulated in a scroller in flow?