Peter Monks
Peter Monks
@Tombert a contribution of documentation would be fantastic! What kind of documentation system are you thinking of using (readme, GitHub wiki, inline docstrings, etc. etc.)?
@geokon-gh fantastic! Would you mind checking out the latest source, and reproducing your issue and seeing if it still occurs, and if so whether the symptoms are the same? We...
Yeah sorry for the poor developer experience. Now that we have the 0.5.0-SNAPSHOT out (i.e. the fix for issue #43) it should have improved - you should be able to...
[This is now implemented](https://github.com/fn-fx/fn-fx/commit/ed8d7e3310a396d88de8b9484e5324e6f5051066), but is unfortunately [hanging on TravisCI](https://travis-ci.com/fn-fx/fn-fx/jobs/155283499). I've manually deployed a local build of the docs, so at least there's [a starting point](https://fn-fx.github.io/fn-fx/) for folks evaluating the...
@laseray that's awesome! I would expect that with some clever use of reflection the properties of each control could be auto-generated, though I haven't explored that myself (at least not...
@roti FXML is emitted by the [Scene Builder](https://gluonhq.com/products/scene-builder/) tool, and it would be ideal to have direct support for UIs that are created with that tool.
I'm also able to randomly reproduce this on Java 11 using `lein with-profile +openjfx11 run -m other-examples.todo/-main`, but not reliably - sometimes the app quits if I stop providing input,...
@rcarmo right now you have to use leiningen to run the examples - the [Clojure command line tools](https://clojure.org/guides/getting_started#_clojure_installer_and_cli_tools) (which provide the `clj` executable) won't download dependencies, as the project doesn't...
Repro command: `lein with-profile +openjfx11 run -m other-examples.shapes-3d/-main` Assert (only fires once, that I've seen): ``` #error { :cause Assert failed: Can't convert 0 of type class java.lang.Long to int...
Just out of interest, are you using `lein check` to compile the code? If so, I'm seeing a different (though possibly related) problem: ``` $ lein check Compiling namespace fn-fx.util.reflect-utils...