Ertuğrul Çetin

Results 15 issues of Ertuğrul Çetin

I could not find a way to uncheck radio buttons? Could you provide some examples? ``` clojure [ant/radio {:value "today" :checked @checked?} ;; does not re-render if it's false "Today"]...

@danielcompton I created this fork myself, hope that helps others too.

replace if with when (there is one branch so its more idiomatic to use when over if fn)

Custom error message support; ```clojure (reitit.coercion.malli/create {... :humanize-opts {:errors (-> me/default-errors (assoc-in ['int? :error-message :fi] "pitäisi olla numero") (assoc ::m/missing-key {:error/fn {:en '(fn [{:keys [in]} _] (str "missing key "...

After setting `:options` map, I could not get custom error messages. Is there any way to provide custom error messages for malli? ```clojure (reitit.coercion.malli/create {;; set of keys to include...

When I add a new namespace to my project or change couple of those my ring application throws an exception that says namespace couldn't be found.I can see changes when...

Is there any way to limit max upload size? If so could you provide an example please?

enhancement