Matthew Spencer
Matthew Spencer
Allow an indent rule to be created for all functions / macros that are not defined [here](https://github.com/weavejester/cljfmt/blob/master/cljfmt/resources/cljfmt/indents/clojure.clj) or in the :indents map. Half of our team is using Cursive, which...
I have a schema that is made up of two more primitive schema joined with :and. I want to add an error message that is meaningful for this specific combinations...
I have a large project that mostly loads with figwheel and the jetty server it loads. We have one specific server side function that requires me to load the server...
To upvote this issue, give it a thumbs up. See [this list](https://github.com/clj-kondo/clj-kondo/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for the most upvoted issues. See this old ticket for reference https://github.com/clj-kondo/clj-kondo/issues/25 **Is your feature request related to...
As you noted on line 61, this is an unsafe react call. To do the same thing with component-did-update, you need to pack your props correctly. Here is a quick...
https://clojure.atlassian.net/browse/CLJ-2463 The linked patch to clojure condenses the stack trace to the important line(s). It would be great to see something similar for ring. Important lines would be the cause...
It would be great if prop types was integrated into reagent.
For logging and other events, its good to track the to original caller of the http request. Since internally, on-* is re-dispacted the event name in the fx `[{:keys [db]}...
Is this project deprecated?
This is just for switching between hide and show, and not between refreshes. If you hide the panel, and re-open it, it collapses the entire app-db back down.