drew verlee

Results 36 issues of drew verlee

I'm assuming this will play nice with rum. I wasn't able to follow the code in the defexample macro, so I'm not sure what arguments it takes in full. My...

greetings, This I'm trying to use dynadoc from shadow-clj. I hit a snag when i try to compile the docs application which is very small ``` (ns docs (:require [tomatto.frontend.app...

When i'm reading expound formatted spec errors it's usually very clear what the issue is, it's not immediately clear where the error is. This information: the filename, and possible the...

I'm suggesting a feature to make selecting a key from a Clojure hashmap slightly easier by having a shortcut in cider to call clojure.core/keys and produce a list that the...

feature request
help wanted

## Expected behavior Given this .dir-locals file ``` (clojurescript-mode . ((cider-clojure-cli-aliases . "-A:fig") (cider-default-cljs-repl . figwheel-main)) ) ``` And this deps file ``` { .... :aliases { :fig {:extra-deps {com.bhauman/figwheel-main...

stale

The example in the readme puts the reitit.ring.coercion/coerce-response-middleware before muutaja/format-response-middleware which I believe is the reason for the exception thrown below. Simple reversing the order muuntaja/format-response-middleware rrc/coerce-response-middleware ``` ;; =>...

Greetings, It would seem ideal to have coercion and defaults for path parameters and query parameters be expressed at the routing level so that downstream logic could share. I don't...

this page http://metosin.github.io/compojure-api/doc/compojure.api.middleware.html has a broken link https://github.com/metosin/muuntaja/wiki/Configuration. as does this page https://github.com/metosin/compojure-api/blob/master/CHANGELOG.md with this broken link https://github.com/metosin/muuntaja/wiki/Configuration It probably should be this https://github.com/metosin/muuntaja/blob/master/doc/Configuration.md

**Is your feature request related to a problem? Please describe.** I need to be able to supply O to N number of positional required arguments and ideally they would be...

Given the content is aimed at spacemacs and clojure it would seem helpful to have a section on java interopt. e.g javadocs, limitations, light comparisons to other tooling (cursive)... I...