Valery Semenchuk
Valery Semenchuk
Thanks for dbgshim binary. I built netcoredbg, and debugger successfully paused inside IDE 
I think it's impossible due they use ReSharper as backend - which is most case wrote in C#, but also there will be C++ parts. And it's fully closed. This...
Hello. Linux ARM KDE (raspberry pi4). XRDP connection. Same issues. No other problems. Will show test at XFCE (next post).  Also some jigsaw with mac laf  
In all cases - I don't saw bug with blinking menus. AltLinux(loongarch) - XFCE, same as KDE. Problem with comboBox, due items not rounded - moving to lead/tail position -...
After update to last vaadin version got same problem, and I can't find fix for now (suggestion not works as expected) ``` [ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:24.4.7:prepare-frontend (default) on...
And yes, its repositoryFactoryBean. Moving `@EnableJpaRepositories` not helps, due it anyway analyzed, and throw exception 
What I tested, and that not works: * move `@EnableJpaRepositories` to another configuration * extract `AppShellConfigurator` impl * adding context dependency to plugin Now impossible build project, and I reverted...
@mcollovati Yes - `optimizeBundle` disabled, due project contains around 5 modules, and sometimes optimization make problems. And yes. 
It's company code - not possible. But as you said. App implement AppShellConfigurator and @EnableJpaRepositories exists. If I move implementation of AppShellConfigurator to another class (just for it) - problem...
And. Looks like it helps. Thanks. Ambiguous problem, code was legal before update (and there no info about limitation)