Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vaadin/flow

mshabarov closed an issue on vaadin/flow
Vaadin 24.5.0 Layout issue
### Description of the bug I have a page that is divided into two sections: the central part and the right sidebar, which contains a Form Layout: After the initial visit to the page, everything...
mshabarov created a comment on an issue on vaadin/flow
Suppose Vaadin catches the exceptions when invoking detach listeners, how then it should handle this exception? Moreover, how should it tell session destroy listeners invoker to ignore this excepti...

View on GitHub

tltv created a review comment on a pull request on vaadin/flow
Right, if available (=defined value) then show, otherwise hide. This way we actually allow blanks too with `viewinfo.title` or `viewInfo.menu().title` set to other than null/undefined.

View on GitHub

tltv created a review on a pull request on vaadin/flow

View on GitHub

sveinnetnordic created a comment on an issue on vaadin/flow
I had just created a src/main/frontend/views/HelloReact.tsx to try copilot, and checked that in. At the same time a was working on ReactAdapterElement with @BrowserCallable use. The team reported s...

View on GitHub

aoudiamoncef starred vaadin/flow
sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mshabarov created a comment on an issue on vaadin/flow
As a potential workaround before we fix it, one can move React views aways from frontend/views folder, then Vaadin won't force the dev server. But ofc you'll loose the File-based router feature th...

View on GitHub

caalador created a review comment on a pull request on vaadin/flow
I guess it should be show if `title` or `icon` available. Else perhaps just check for `title`

View on GitHub

caalador created a review on a pull request on vaadin/flow

View on GitHub

mshabarov created a comment on an issue on vaadin/flow
While this is a bug and, moreover, a regression in 24.5 comparing to 24.4, I'm curious how have you noticed this bug? Have you moved your ReactAdapterElement extensions outside of src/main/frontend...

View on GitHub

tepi pushed 2 commits to fix/use-capture-for-dragleave vaadin/flow
  • fix: Update default npm version (#20295) Update default npm version to match the version used by node 22.10.0 002d5dd
  • Merge branch 'main' into fix/use-capture-for-dragleave 2457dbb

View on GitHub

tltv pushed 1 commit to fix/20268-client-route-template-matching vaadin/flow

View on GitHub

tltv created a review comment on a pull request on vaadin/flow
Menu links don't have route params anyway, so usage of `@index.tsx` with route parameter routes gets a bit tricky because you can end up with duplicate links. This code was supposed to hide parent ...

View on GitHub

tltv created a review on a pull request on vaadin/flow

View on GitHub

mcollovati created a review comment on a pull request on vaadin/flow
However, if client id is too old, then the "Unexpected message id from the client ..." error will be raised.

View on GitHub

mcollovati created a review on a pull request on vaadin/flow

View on GitHub

mcollovati created a review comment on a pull request on vaadin/flow
If the message is the same as the last processed one (both client message id and hash must match) then it is ignored on the server side; the response should then have a next expected message id gre...

View on GitHub

mcollovati created a review on a pull request on vaadin/flow

View on GitHub

Artur- created a review comment on a pull request on vaadin/flow
What happens if the message reaches the server and then the channel is disconnected? It looks like a duplicate of the last message will be sent - what happens after that?

View on GitHub

Artur- created a review on a pull request on vaadin/flow

View on GitHub

web-padawan created a comment on an issue on vaadin/flow
Yes, the latest version of v24.4 unfortunately includes the same PR for `vaadin-form-layout` that caused a regression. We'll make new patch releases of 24.5 and 24.4 this week to include https://g...

View on GitHub

alexanoid created a comment on an issue on vaadin/flow
@web-padawan I previously mentioned that this issue was absent in Vaadin 24.4.x, but now I also see it in Vaadin 24.4.14

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mcollovati pushed 1 commit to issues/20213_websocket_network_disconnection vaadin/flow
  • upgrade to atmosphere javascript 4.0.1 with reconnection fixes a804f85

View on GitHub

mcollovati created a comment on a pull request on vaadin/flow
Also, making `flow-server` as provided dependency seems not to work. In addition, we might end up in situations where the plugin might fail or misbehave because of incompatibilities between the `fl...

View on GitHub

mcollovati created a comment on a pull request on vaadin/flow
Changing the thread context class loader during mojo execution does not work. flow-server classes are still loaded into the plugin class loader, causing a `ClassCastException` when Hilla or Copilot...

View on GitHub

samulivaadin opened an issue on vaadin/flow
Assertion error when adding and removing classname
### Description of the bug Adding and removing classnames in a Flow component like so addClassName("a-style"); removeClassName("a-style"); will invoke assertion error when asserts are enabl...
tepi deleted a branch vaadin/flow

fix/update-npm-expectation

Load more