deadghost
deadghost
I used `tag` on my routes and now whenever I run `cider-refresh` and visit a route, I get the error: `java.lang.IllegalArgumentException: No implementation of method: :resolve-handler of protocol: #'bidi.bidi/Matched found...
Basic Example: ``` (def routes ["/" {[:foo] :bar}]) (match-route routes "/Test") => {:route-params {:foo "Test"}, :handler :bar} (match-route routes "/Test%20Project") => nil ```
There are a lot of high quality, useful JS libraries. Most of these have not been packaged for cljsjs. Of the ones that have been packaged for cljsjs, many of...
I'm having difficulty figuring out how all the middleware and options work together. There are three middleware: `wrap-access-rules`, `wrap-authentication`, `wrap-authorization`. How do these work together and which are necessary? It...
**Describe the bug** When running `openbb.stocks.ins.act`, the names of insiders are displayed in reverse order. **To Reproduce** `open.stocks.ins.act` on GME. What I get: ``` Shares Traded Shares Held Price Type...
``` [clojure "1.8.0"] [lein-garden "0.3.0"] [garden "1.3.2"] ``` `auto` gives stale results after the initial compile. `once` works fine. Everything with working previously so I'm not sure what broke it....
In the 0.5.0 release of reagent, `render-component` is now just `render`.
Since cider has `cider-restart` perhaps this should have `clojure-quick-repls-restart` to be more congruent in usage.