peripheral
peripheral copied to clipboard
Component & System Creation for Stuart Sierra's Component Library
Hi @xsc, is this the expected behaviourr or a bug with namespaced keywords? ``` (defcomponent Test [] :http/port 80) ;; The following is true, but I would have expected: {:http/port...
Solve #8
Update component after each attach so it allows to have ```clojure (-> (map->MasterComponent {:x :x}) (p/attach :observer1 observer {:x :x}) (p/attach :observer2 observer {:observer1 :observer1})) ```