ILoveHubGit
ILoveHubGit
I agree with @levitanong. Besides that I could really use it now for a web application I just wrote. It is a test application that calls some external API's. But...
reagent.dom/dom-node is deprecated. Sorry I can't find what function should be used instead of this one.
Correct. For me the unit tests worked also. But `lein midje` only checks the Clojure implementation and not the ClojureScript implementation. I ran into this error when I tried to...
Sorry it took some extra time to solve the problems I ran into. I added a test in which a vector contains multiple maps of which two are changed. This...
At last I succeeded in adding also the unit tests for ClojureScript. I only implemented the tests that were in core_test.clj because the function tested in the other functions are...
Indeed an H2 database with v3 is not supported out of the box. But there is a workaround. Go to [Github H2](https://github.com/h2database/h2database/releases/tag/version-2.3.232) and download these files: - [h2-2.3.232.jar](https://github.com/h2database/h2database/releases/download/version-2.3.232/h2-2.3.232.jar) - [Source...