cljfx

https://github.com/cljfx/cljfx
vlaaad 2019-04-05T14:00:25.102200Z

Hey! I wrote a blog post about growing cljfx: https://vlaaad.github.io/2019-04-05/growing-cljfx

victorb 2019-04-05T14:08:51.102700Z

hope you don't mind I added the link to the repository in the topic

vlaaad 2019-04-05T14:09:44.103400Z

Thanks! I added a link to repo in purpose previously, wasn't aware about topics in slack

victorb 2019-04-05T14:10:51.104100Z

huh, I did not realize they are different. I don't see the purpose anywhere in the UI, just the topic

victorb 2019-04-05T14:10:59.104200Z

vlaaad 2019-04-05T14:11:34.105Z

press on ℹī¸ icon in top-right corner 🙂

victorb 2019-04-05T14:12:57.105500Z

huh, learned something new 🙂

sundbp 2019-04-05T15:10:44.107600Z

Fwiw, in my case closing window ended up being best done via event handler doing system/exit as I have a shutdown hook to do a halt for integrant system. It's hard to do an integrant halt from within the system as it turns out!

sundbp 2019-04-05T15:11:35.108800Z

I do platform/exit first, just in case it is a nicer thing for javafx