carlw
09/10/2018, 6:48 PMthomasnield
09/10/2018, 7:03 PMcarlw
09/10/2018, 7:04 PMamanda.hinchman-dominguez
09/10/2018, 8:30 PMamanda.hinchman-dominguez
09/10/2018, 8:30 PMamanda.hinchman-dominguez
09/10/2018, 8:31 PMamanda.hinchman-dominguez
09/10/2018, 8:52 PMamanda.hinchman-dominguez
09/10/2018, 8:52 PMamanda.hinchman-dominguez
09/10/2018, 8:53 PMKevin
09/10/2018, 10:29 PMfind
function and should probably use scopes for the routeActions
variable (or maybe something else?). I also don't know where to put startup config, so I'm putting it in the MainView
constructor. I'm sure there are other things I'm missing that could be improved as wellhudsonb
09/11/2018, 1:01 AMWritableImage
and makePixelsBrighter
method and simply apply a ColorAdjust
effect to the ImageView
... something like this: imageview(img).apply { effect = ColorAdjust().apply { saturation = 0.5 } }
amanda.hinchman-dominguez
09/11/2018, 1:41 AMamanda.hinchman-dominguez
09/11/2018, 1:42 AMamanda.hinchman-dominguez
09/11/2018, 1:42 AMamanda.hinchman-dominguez
09/11/2018, 2:17 AMKevin
09/11/2018, 2:32 AMfrom("kafka:<params>")
and I can route / transform those messages as I need to, and send them off. In this case, I’m sending them to in-memory queues by saying to("seda:<queueName>")
, and then consuming from those queues elsewhere. Honestly, might be a bit of overkill if I really am just focusing on Kafkaamanda.hinchman-dominguez
09/11/2018, 2:55 AMamanda.hinchman-dominguez
09/11/2018, 2:56 AMColor!
rather than Color
?Hamza
09/11/2018, 2:56 AMHamza
09/11/2018, 2:56 AMamanda.hinchman-dominguez
09/11/2018, 2:56 AMamanda.hinchman-dominguez
09/11/2018, 2:56 AMamanda.hinchman-dominguez
09/11/2018, 2:57 AMamanda.hinchman-dominguez
09/11/2018, 2:57 AMHamza
09/11/2018, 2:57 AMcolor?: Color.rgb(255, 255, 255)
Hamza
09/11/2018, 2:57 AMHamza
09/11/2018, 2:57 AMamanda.hinchman-dominguez
09/11/2018, 2:57 AMfun orFilter (image: WritableImage, foo: (image: WritableImage) -> Color, bar: (image:WritableImage) -> Unit): WritableImage { ... }
amanda.hinchman-dominguez
09/11/2018, 2:58 AMfoo
or bar
Hamza
09/11/2018, 2:58 AM