minikomi

Results 11 comments of minikomi

Would love to see this merged!

A completely empty (`touch project.clj`) project.clj causes lein to try and run it, which results in an error.

I got around this by using `map-of-db-fns` within the component, passing in my db connection with `use-component`, and appending a function which takes a keyword and (maybe) options, and calls...

Can this PR get another look? It seems useful for large components.

I'm trying to use the same HOC with more complex children. The atom workaround I also came up with, but if feels a bit hacky that's for sure.

Creating a project.clj and using lein is also way faster (note: does not compile cljs): ```clj (deftask lein-uber [] (write-project-clj :override {:aot ['using-boot.core] :main 'using-boot.core :profiles {:uberjar {:omit-source true :aot...

Seems to be: https://github.com/boot-clj/boot/blob/master/boot/pod/src/boot/jar.clj#L80 Not sure how to diagnose it fully, sorry! Tried adding some println statements to get a feel of what happens when, but maybe there's a more...

Can anyone reproduce on other platforms? Interested to see times..

I also switched my project over to using `lein uberjar` through a `util/dosh` call until performance improves.

Just putting forth a use case: would love to use this in an app which has a chart w/ range controlled by a range slider.