Joel

Results 12 issues of Joel

1. Can I ship clojure already compiled, and later decide to override the namespace, say using a file/string from a DB? That would allow us to start up quicker (I'm...

Can this be cached, or is it inexpensive and not safe to do otherwise? IFn require = Clojure.var("clojure.core", "require"); require.invoke(Clojure.read(ns));

Is it possible to use a component from the Material UI components? If so, is there an example? (didn't know where to post this question)

I changed the Address example so that Burger is a keyword, the generated plant uml gives an error when rendering. `(def Address [:schema {:registry {"Country" [:map [:name [:enum :FI :PO]]...

bug
help wanted

Currently you cannot mix custom registry with local registry... ``` (merge mc/default-registry {::id int? ::country string?}} ``` ikitommi: Currently, the local registry must be data, doesn’t accept IntoSchema instances. This...

enhancement

Currently, the local registry must be data, doesn’t accept IntoSchema instances. This both is a) unfortunate b) slows m/form a lot. eg. ``` [:map {:registry (merge mc/default-registry {::id int? ::country...

I was wondering if there was a community mailing list (google group?). I wanted to ask if CSP (core.async) works with http-kit, and whether long-running processes are workable as well?...

Is this not expected to run clojure tests? Currently I'm using the clojure-maven-plugin to do this (goal clojure:test-with-junit), but I'm trying to just do everything through lein now. While my...

Being able to specify an exception handler would be very useful for my case.