jchildress
10/19/2017, 7:11 PMedvin
10/23/2017, 11:24 AMval listOfStrings = jsonArray.map { it as JsonString }.map { it.string }
edvin
10/24/2017, 11:27 AMzealous
10/24/2017, 2:59 PMselectedProperty().toObservable().subscribe{signalController.filterSwitchSubject}
instead of selectedProperty().toObservable().subscribe(signalController.filterSwitchSubject)
. Which is syntactically close but crucial with regard to emitting events or not.edvin
10/25/2017, 9:17 PMcarlw
10/25/2017, 10:13 PMamanda.hinchman-dominguez
10/25/2017, 10:14 PMcarlw
10/26/2017, 2:27 PMedvin
10/26/2017, 8:26 PMrender()
on the stylesheet.jelloranger
10/27/2017, 9:18 AMcarlw
10/27/2017, 7:37 PMedvin
10/28/2017, 9:58 AMjmmk
10/29/2017, 3:39 AMstart
and stop
methods of App
to potentially run initialization code there
Looking for a clean way to hook into application start/stop for stateful services like database connections without causing any issues for JavaFXMarcin Wisniowski
10/30/2017, 10:12 PMcarlw
11/01/2017, 8:09 PMedvin
11/01/2017, 8:16 PMedvin
11/02/2017, 7:00 AMMarcin Wisniowski
11/02/2017, 11:00 PMthomasnield
11/03/2017, 8:47 PMedvin
11/04/2017, 9:56 AMsnrostov
11/04/2017, 11:15 AM+=
or create custom builder function?edvin
11/04/2017, 3:15 PMadd
, but if you add the same type of component often, creating a small builder is even better. It takes no time at all 🙂deviant
11/04/2017, 8:41 PMedvin
11/06/2017, 12:53 PMjschneider
11/07/2017, 3:55 PMitem?.observable(PersonKotlin::name)
returns Property<String?>?
for your Kotlin sample. I think the type should be Property<String?>
instead?thomasnield
11/08/2017, 4:20 PMwakingrufus
11/08/2017, 11:40 PMkastork
11/09/2017, 5:02 PMsnrostov
11/10/2017, 10:44 AMdr.fornax
11/10/2017, 3:15 PMdr.fornax
11/10/2017, 3:15 PMwakingrufus
11/11/2017, 7:06 PM