Simon Martinelli
Simon Martinelli
This is my settings.xml ``` maven.oracle.com [email protected] {xg5z8O6gHcIHM9ViP2UwGS7UkdPGHNEB+CCt6R8DLZ8=} ANY ANY OAM 11g http.protocol.allow-circular-redirects %b,true ``` If I try to run jbang I get the following exception: ``` c:\Users\simon\Workspace\jbang>jbang --verbose say...
Currently there is only one phone number. But often there are more like mobile, office etc.
The CLI is still in the Vaadin organization: ``` npx @vaadin/cli init --hilla my-hilla-app ``` That's hard to explain to other devs who start with Hilla and don't know Vaadin.
I've found a very strange issue. I have two projects. 1. Spring Boot App with Hilla 2. Simply dependency with classes with Bean Validation annotations The generator only generates the...
### Description of the bug Why do I need to add a wildcard to vaadin.url-mapping? Wouldn't vaadin.url-mapping=/ui be sufficient? As a Spring Security user the wildcard is confusing because Spring...
There are only a few examples for common use cases but I have the feeling that ArchUnit is much more powerful. But for me, it's impossible to find solutions for...
When adding a Key Listener on a KeyNotifier the keys are filtered on the server side. Each key event is sent to the server, and this produces 1) unnecessary traffic...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.68.1 and - OS Version: Windows 10 and 11 both latest versions Steps to Reproduce: 1....
The `PagingAndSortingRepository `has a `Page findAll(Pageable pageable)` method. The problem is that returning a `Page `will result in a count and a select statement. The same problem is present in...
I'm trying to use a timeline chart where I have to pass dates. But do I pass dates to the rows attribute? I tried: rows='[["Jan", "2019-06-21T08:12:00.000Z"]]' But get: Error: Type...