peripheral icon indicating copy to clipboard operation
peripheral copied to clipboard

Component & System Creation for Stuart Sierra's Component Library

Results 3 peripheral issues
Sort by recently updated
recently updated
newest added

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...

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})) ```