bernd hopp
bernd hopp
when I choose maven, the online tool reliably returns me a 500 without further explanation
[this line in LatLngBounds](https://github.com/Gubancs/leaflet4vaadin/blob/fb435786bc61dd194aca7073c823eec7a42c79aa/src/main/java/com/vaadin/addon/leaflet4vaadin/types/LatLngBounds.java#L172) does not take into account that the south-western border is being initialized as 0;0, so it will always remain 0;0 with bounds in the northern hemisphere.
### Describe the bug The javadoc of @PositiveOrZero says that "null elements are considered valid.". However, the client side validation will not accept null fields. ### Expected-behavior Null values are...
on [this page](https://vaadin.com/docs/latest/flow/production/cloud-providers/heroku) the command ``` cmd heroku deploy:jar ... ``` gave me an error response saying that deploy:jar is not supported. I needed to run ``` cmd heroku plugins:install...
I updated hilla to 2.5.7 and spring-boot-starter-parent to 3.2.5, tried running the application and got this error: jdk is coretto 22, tested in chrome 124. No errors in the server...
### Describe the bug I have one endpoint in my project, vaadin version is 25.0.0-beta2. The generator fails with "Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@vaadin/hilla-generator-plugin-transfertypes' imported from C:\Users\bernd\IdeaProjects\my-app\node_modules\@vaadin\hilla-generator-cli\GeneratorIO.js" ### Expected-behavior...