Artur

Results 223 comments of Artur

Removing all extension make no difference either

![image](https://github.com/github/hotkey/assets/260340/b0c4d448-0d5d-4bf7-8292-08eb9403fdb6)

I have not seen this error in quite some time, even with vitest 1.6

The downside of those workarounds is that they either affect all other values in the store (breaking something else) or require configuration per property in the store. In this demo...

The workaround for this is to add ``` spring.devtools.restart.additional-exclude=dev/hilla/openapi.json ``` to `application.properties`

Starting from Vaadin 24.4 alpha 3 this now affects all Vaadin applications and it is not reasonable to say that everybody should add a workaround to their projects

Do we really need this? We have been using `/VAADIN` now for 20 years and nobody has ever needed to configure it

What is the use case? I don’t think auto grid even enables selection automatically

Do I read this completely wrong or does it really say that `vaadin.urlMapping` is incorrectly implemented? The `VAADIN` folder should always be in the root of the context path so...

So we should do the following: 1. Clarify that static files are always loaded from `VAADIN` inside the ***context root*** 2. Clarify that `VAADIN/dynamic` inside the ***servlet root*** is used...