Yuhuan Jiang

Results 3 issues of Yuhuan Jiang

This list is a cure to my variable naming OCD! A word pair to replace `start`/`end` is not yet present. This pair is used a lot in NLP. For example,...

The implicit conversion from `scalafx.beans.property.IntProperty` to `scalafx.beans.values.ObservableValue[Int, Int]` is missing. This implicit conversion works for `String` and generic types, but not for primitive types such as `Int`, `Long`, `Double`. A...

help wanted

With the annotation `@sfxml`, the controller class is separated from the `stage` variable. It seems that because of this separation, the `stage` variable becomes not accessible (since it is outside...

question