Jarek Sacha
Jarek Sacha
@mkitti it is not a dialect of Scala. It is a standard mainstream Scala, compiled to a native binary.
@ctrueden > The question is just whether all needed existing features can successfully be wrapped into the new codebase, but I suspect the answer is yes. To be more precise,...
I think it is fine to change approach to work smooth with new macros or other Scala 3 features. I hope to have ScalaFX building with Scala 3 soon, if...
Any update an Scala 3 support?
Yes. You can use Spinner. You add it in FXML than in Scala you can add its value factory. Here is a snippet that is using a Spinner with integer...
ImageJ `origin` is expressed in pixels (not in real-world units like mm).
There was a temporary issue with DNS, see #412
Is this only a "sbt-assembly" issue? I do not notice an issue in other SBT project. For instance, there is no such issue in [scalafx-extras](https://github.com/scalafx/scalafx-extras) that depends on ScalaFX. Do...
Can you provide a PR for testing?
To clarify, the intension in current `build.sbt` is to retain dependency on OS independent part of JavaFX libraries, but do not depend on the OS dependent libraries. That was to...