Fork me on GitHub
#cljfx
<
2022-09-06
>
ambrosebs19:09:17

@vlaaad congrats on the Clojurists Together funding!

🎉 4
vlaaad20:09:35

If anyone's curious, I'm currently working on specing the cljfx descriptions:

(s/explain
  :cljfx/desc
  {:fx/type :stage
   :showing true
   :scene {:fx/type :label
           :text "foo"}})
=> {:fx/type :label, :text "foo"} - failed: (desc-of (quote javafx.scene.Scene)) <-- expected {:fx/type :scene}!