Knoobie
Knoobie
For the meantime you could still use webpack which is behind a "feature / deprecation" flag to allow the flow team to find a proper solution and still be on...
A possible fix could be to introduce some kind of ordering for NpmPackage, where the default of Vaadin uses e.g. -1 or some other low number and the user can...
@jgrandja Interesting idea! Do you mind if I take a look at it, or do you wanna do it?
@jgrandja Created a first draft here https://github.com/knoobie/spring-security/commit/f1a86cf69625482caa4222f77c4014d1aa3b8e3d - using `OAuth2UserAuthority` as target for the `HttpMessageConverter`. Was this the way you had in mind? Currently only two tests are failing and...
@sjohnr Do you think your draft is revisited and hopefully to be included in 6.0?
The binder has support for different error levels - see as example: https://github.com/vaadin/flow/pull/11384#issuecomment-879309037 This would allow to display e.g. information without fully invalidating the field on the server. (Make sure...
@peholmst Hey Petter, is your side project applicable for BFP? We currently ran into the same issue using your eventbus addon in one of our applications (V8 + addon 2-0-0).
It's already possible with something like this on initial page load, where you for example can read a user's setting: ```java @Component public class UserIndexHtmlRequestListener implements IndexHtmlRequestListener { private final...
From a technical point of view; the user is still on the other view - no before or after view observers were called; therefore no navigation took place in the...
Well.. you are adding that direct reference yourself.. you can get all available routes from the RouterRegistry if you are worried about Sonarqube and go the full generic "route".