Alex "Blex" B

Results 99 comments of Alex "Blex" B

> While not really extendable; it provides a lot of settings to tweak it, are those helping your use-case? No

> I'm probably wrong, but I cannot see which part of the configuration cannot be done using the `VaadinSecurityConfigurer` ... Ok to clarify: We will likely not use your `VaadinSecurityConfigurer`...

You mean wrapping it? Well could be an idea but it sounds kind of inflexible to then delegate most public (configuration) methods to the underlying `VaadinSecurityConfigurer`, especially when keeping in...

The problem is likely caused by the fact that ``TimeTracker`` utilizes static methods: https://github.com/apache/maven-pmd-plugin/blob/3cf5bc12c44e548b6a43a49b5c32dd628b7646df/src/main/java/org/apache/maven/plugins/pmd/exec/PmdExecutor.java#L205

My problems: 1. Everything became gigantic (same as https://jayd.ml/2025/04/30/someone-at-youtube-needs-glasses.html ?) ![Image](https://github.com/user-attachments/assets/b38eb93a-126a-4091-819e-9f9514c27119) * a full HD screen can only display 3-4 download options, previously it could fit ~10 2. there is...

> @AB-xdev Does your fork happen to be in GitHub? I'm working/continuing on a custom plugin today. On a different topic (trying to make a PoC for #17737), but your...

Hi Matti, thank your for your thoughts :) Just for the protocol - my workaround that I use for now: Inside MainLayout's (which extends from AppLayout) afterNavigation: ``this.getElement().executeJs("this.shadowRoot.querySelector(\"div[content]\")?.scroll(0,0)");`` This should...

@amitdev Final effort from my side to establish any kind communication. Otherwise we will fork the plugin and create our own variant of it.

> If no one is currently working on this, would it be okay if I submit a PR? From my side: Sure, go on :)