-
To reproduce:
1. Start a Vaadin PWA and go to a client-side view in Chrome
1. Go offline via Chrome devtools
1. Make a modification to the client-side TS
1. Observe that the browser automaticall…
-
### Describe the bug
BeforeEnterObserver, Context and ActionFn All of them were in @vaadin/router and are now gone. In doc I can find BeforeEnterObserver with the reference to vaadin/router...
I…
-
### Description of the bug
Calling an endpoint like
```
@Endpoint
@AnonymousAllowed
public class MyEndpoint {
public String hello(String first, String last) {
return "Hello " + f…
-
### Description of the bug
Looks like only simple parameterized types are generated as expected. Nested ones are lost.
### Minimal reproducible example
I wrote this code:
```java
public re…
-
### Describe your motivation
Hilla now generates many files automatically when using file router. Some of them need to be replaced with custom versions just to enable authentication, which is a need …
-
### Description of the bug
When starting a new Vaadin 24.4.alpha25 application in VS Code, it gets stuck in an infinite reload cycle caused by:
```
Change set: [/Users/mhellber/Desktop/my-app/ta…
-
### Describe the bug
I'm experiencing excessive service calls in AutoGrid under a specific scenario:
Applying or removing filters after scrolling down to later pages (50+ or 60+ for example) witho…
-
I would like to help out with this. Am I open to using any tools at my disposal for accomplishing it?
-
@amir-zeldes
In our recent meeting regarding expressions with foreign syntax,
your instruction was to tag each token as `upos=X` with deprel `flat` from the first token.
This applies to expressi…
-
**Is your feature request related to a problem? Please describe.**
Updating endpoints of an existing application can lead to a situation where the backend API does not match the API expected by runni…