Aaron Craelius
Aaron Craelius
I'm using it for a custom command system like this: ``` clj (definterface ICommand (getCommand []) (getCommandData [])) (defonce ^:private cmd-evt-type (EventType. "command")) (defonce ^:private cmd-evt-types (atom {})) (defn- get-event-type...
So fx-clj does not support child node binding yet, but it could be done. I think it would be easier to do now that the cljs freactive is more structured....
Cool. So first of all have you taken a look at how fx-clj sets the default property on nodes: https://github.com/aaronc/fx-clj/blob/master/src/fx_clj/core/pset.clj? Also, make sure you understand what JavaFX is doing with...
Can anyone post a stack trace? On Wed, Sep 16, 2015 at 3:56 AM KPCCoiL [email protected] wrote: > I also encountered this issue. > According to this discussion ( >...
I was able to create an uberjar but that was a while ago and it took some tweaking. My issue was related to a dependency that was causing problems, but...
So the sandbox is really only for use in development mode for fast iterations (it has refresh support - activated by hitting F5). When you're building an uberjar, you want...
Hi Tom, thanks for getting to these patches. These projects are really in need of a maintainer. I'm fine merging them as is, but don't really have time to do...
I get this output: ``` lc: {:c 2, :d 3} b(lens-cursor): (assoc! state :b {:c ...}) b(lens-cursor): (reset! state {:a 2 :b {:c ...}}) b(cursor): (reset! state {:a 2 :b...
>should we do v1.1 since our semvar is consensus breaking as major? I agree with the decision to make this change but 1) we discussed in a previous call that...
Also, a few more open questions about the proposed design occur to me. What actually are these `Asset` implementations? Are they modules with their own state? How are events standardized...