Marcus Hellberg
Marcus Hellberg
Vaadin 17. `RouterLink` assumes you want to navigate to a java component. If I want to navigate to a client-side view, I need to create an `Anchor` and set the...
The [Vaadin Router Docs](https://vaadin.com/docs/latest/fusion/routing/url-parameters/#accessing-route-parameters) says: > Named parameters are accessible by a string key, such as `location.params.id` or `location.params['id']`. **Issue** The type of the parameter returned by `location.params.id` is a...
In some cases it would be useful to be able to run a sequence of actions for a route, like: 1. Authenticate 2. Import module Maybe `action` could accept an...
A community member asked if we are going to update this for V10. Could we add a note at the top of the readme linking to V10 spring support?
`.webmanifest` is recommended by the spec https://w3c.github.io/manifest/#media-type-registration
It seems that with native Shadow DOM enabled, markers added to a map with a `` do not get picked up. With shady DOM, it works as expected. Here is...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.71.2 - OS Version: MacOS 12.5.1 Steps to Reproduce: 1. Enable Emmet for TypeScript files, using...
### Description of the bug Kotlin types are not nullable by default. When I expose a Flux endpoint, I do not expect the generated type to be nullable. Even adding...
Many developers have asked about Angular support. Let's use this issue for the discussion. Please upvote the issue if you are interested in Angular support.
This issue is for discussing possibly adding support for Vue in the future. It is intended as a way for us to gauge interest and gather insights. Please upvote and...