-
Hey -
I just noticed that you've bumped the version to 0.1.12 - any chance of seeing a release pushed up to Clojars? Thanks!
- V
-
Good code has good documentation. Iroh has a design, which currently only exists on pen and paper. That design lends meaning to its various components, as well as guidance about how to correctly exten…
misha updated
10 years ago
-
Common use case for a DI container. Rather than annotating fields, a single constructor would carry the annotation, and all of its arguments would be injected during construction for an `@Autowired` f…
misha updated
10 years ago
-
I wrote http://www.github.com/zcaudate/iroh to solve this problem. I'm happy to contribute the library to the project if you think it is a good fit for the original intent.
-
The following `project.clj` results in the error message
`java.lang.IllegalStateException: compile-if already refers to: #'potemkin.collections/compile-if in namespace: potemkin.utils`
when I try `…