Didier Villevalois
Didier Villevalois
Do you mean moving the whole menubar in one only button like what is done in Firefox and Thunderbird ? Or do you mean re-thinking the menu organization like what...
I have the exact same use-case. When I do institutional portrait sessions, it happens that some of my selected pictures are badly framed. Sometimes I need to enlarge the canvas...
Let's keep this open...
As a workaround, I override the jvm args with the compose gradle plugin dsl: ``` compose.desktop { application { // ... jvmArgs("-Dcompose.application.configure.swing.globals=false") // ... } } ```
Hi @paulovap ! Do you think we can go forward with you #7812 pull request? We could build upon it further later for the support of Okio and Java's ByteBuffer,...
Hi @paulovap! Sorry for the very late reply. I finally found time to test the latest `flatbuffers-kotlin`. It seems to work fine for my use-case. I am trying to make...
On my Fedora 39/Fedora 45/JDK 17, this fixed the issue for me: ```shell gsettings set org.gnome.desktop.interface font-antialiasing grayscale ```
This already merged commit https://github.com/zeromq/zeromq.js/commit/4b3aad8faaafc4790cba18507f7194850e3f4d84 seems to fix the problem. It would be great to have a 6.0.0-beta.7 or better a final version. The last 6.0.0 version is from the...
So now my workaround does not work anymore. Here is a reproduction repository https://github.com/ptitjes/repro-compose-issue-2249. You'll find two main files: - Main.kt, launches an AWT FileDialog through Compose integration (and fails)...
@bluca Would you mind reopening this please? See these comments above: https://github.com/zeromq/libzmq/issues/4484#issuecomment-1372885784 https://github.com/zeromq/libzmq/issues/4484#issuecomment-1373452630