Valery Semenchuk

Results 168 comments of Valery Semenchuk

Thanks for dbgshim binary. I built netcoredbg, and debugger successfully paused inside IDE ![Image](https://github.com/user-attachments/assets/57e899a8-7b9b-4a08-9472-3cee3184b7bb)

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). ![image](https://github.com/user-attachments/assets/e4b31702-107c-43c8-91f6-9e39440d947e) Also some jigsaw with mac laf ![image](https://github.com/user-attachments/assets/d1fae563-6805-44c5-ac17-d46c40181799) ![{F9107979-A986-48DB-B5FF-A107DED57715}](https://github.com/user-attachments/assets/938ea534-4330-4bee-a5d3-56be5313a3ca)

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 ![image](https://github.com/user-attachments/assets/33f98720-b4a0-4dd4-a24f-7f8d701f12d5)

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. ![image](https://github.com/user-attachments/assets/85d93fe2-7750-4795-bd7b-37c94ca71e5c)

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)