Simon Martinelli

Results 29 issues of 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...

bug

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.

enhancement
hilla

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...

bug
hilla

### 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...

enhancement

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...

discussion

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...

enhancement

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....

bug
upstream
upstream-issue-linked
terminal-rendering
terminal-layout

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...

enhancement

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...