Florian Enner
Florian Enner
I keep running into issues with injecting context objects that do not have a default constructor. I unfortunately realized too late that there are already multiple issues and PRs open...
Linking `-lprefs` fails due to duplicate symbol of `_JNI_OnLoad_prefs` in `JavaStaticSdk/18-ea+prep18-8/ios-arm64/staticjdk/lib/static/libprefs.a` ### Expected Behavior Building succeeds ### Current Behavior ``` Output ====== duplicate symbol '_JNI_OnLoad_prefs' in: /Users/user/.gluon/substrate/javaStaticSdk/18-ea+prep18-8/ios-arm64/staticjdk/lib/static/libprefs.a(FileSystemPreferences.o) /Users/user/.gluon/substrate/javaStaticSdk/18-ea+prep18-8/ios-arm64/staticjdk/lib/static/libprefs.a(MacOSXPreferencesFile.o) ld: 1...
I'm using a dependency that requires some runtime arguments, e.g., ```xml --add-opens=javafx.controls/com.sun.javafx.scene.control.inputmap=ALL-UNNAMED --add-opens=javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED --add-opens=javafx.graphics/javafx.css=ALL-UNNAMED --add-opens=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED --add-opens=javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED ``` The native image adds the arguments and works, but both `run` and `runagent`...
I'm exploring the state of native compilation and tried building [hello-gluon-ci @b9a1c19](https://github.com/gluonhq/hello-gluon-ci/tree/b9a1c19acb60e9ff88c3295c2bf7dd8eef74a743) on Ubuntu 20.04. The standard build works, but the files generated by running `gluonfx:runagent` break the linking step....
Here are some notes for low-priority things that may be good to be addressed at some point in the future: **Axis** * [ ] The code for determining the Axis...
Environment: - runner: `ubuntu-22.04` - setup: `gluonhq/setup-graalvm@master` - gluonfx-plugin: `1.0.21` It looks like the GH runner defines an `ANDROID_SDK_ROOT` variable that interferes with the `ANDROID_HOME` variable and breaks the build....
I didn't see a reference for where the chart colors came from, but in my tests I thought that the MATLAB chart colors and [dark mode version](https://www.mathworks.com/matlabcentral/fileexchange/86533-dark-mode-plot) work a bit...
**Describe the bug** Bars render correctly with the default error type (`ERRORCOMBO`), but they render across the whole width under any other setting. This is because `ERRORCOMBO` calls `points.getMinXDistance()`, which...
Micronaut-inject generates a ton extra `$Introspection` and `$Definition` classes that bloat the binary and seem to produce some problems with ProGuard obfuscation. Making the fxml fields/methods public generates byte code...