Hallvard Trætteberg
Hallvard Trætteberg
Suggestions: - Overload/extend `toDataFrame` to take column names (or other means of specifying columns to include) to avoid having to make a Table copy first. If none are specified, all...
Currently, tablesaw uses plotly for charts. Have you considered Vega @ https://vega.github.io/vega/about/ With some kind of template mechanism for mapping from tables to json, it could provide a very general...
I think I've discovered an issue in proxy uri handling. If there is a relative uri in an emfjson file and the reference.isResolveProxy() is true and type != null the...
I'm trying to get a multi-module maven project to build for android, inside gitpod (a browser-based IDE using a custom docker image). The project is located here: https://github.com/hallvard/timersfx and includes...
When running natively (with gradle runNative) I get lots of error messages like this: `java.lang.NoClassDefFoundError: Could not initialize class com.sun.glass.ui.mac.MacAccessible` ``` [SUB] Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: Could...
I have one FXML file including another with the following FXML code (line 23 in FxApp.fxml): `` It works when launching normally, but when run with gradle nativeRun I get...
When compiling a JaxaFx app, a lot of the classes in the reflectionList will implicitly come from the FXML files. It shouldn't be difficult to scan these files to identify...
I tried using `accelerator="Meta+N"` in FXML menu items, which normally works, but when running natively (it compiled without issues) I got an error message about cannot coerce "Meta+N" to
#### Check List: - [x ] Tests pass (`./test.sh ` shows no differences between expected and actual outputs) - [x] All formatting changes by the build are committed - [x]...
In the line of the osgi support, generate component diagrams for module-info.java