Yang, Bo
Yang, Bo
I am always worried about integrating any framework with React. 😒
Error message: ``` [error] /home/naftoli/dev/timer/javafx/src/main/scala/com/dev1on1/timer/Fxml.scala:28: class ComboBox takes type parameters [error] {SavedSearch("", "")} ```
A workaround is ``` scala type MyComboBox = ComboBox[SavedSearch]; ... ```
I probably will not "fix" this issue. There is no way to keep `FXMLLoader`'s usage without breaking type-safety. Our strict type checking can be considered as a feature instead a...
Really Cool! I've post it on reddit https://www.reddit.com/r/scala/comments/7brly6/stepbystep_tutorial_bindingsscala_and_google_maps/?st=j9s3e7nx&sh=d9430958
Lexical Environment是个烂设计,极易造成内存泄漏。
In order to make these dependencies optional and still keep the same behavior of the current sbt-release, we need the following steps: 1. Create a `ReleaseCorePlugin`, which does not depend...
Hi, @jroper , Since this PR is a bug fix, could you merge this PR for now? Without this PR, if some one added sbt-release dependency in `/project/plugins.sbt` for a...
Is there a settting like `releaseCrossBuild` for sbt plugins?