Tommi Reiman

Results 447 comments of Tommi Reiman

added an example to the docs.

Great question. `route-middleware` uses `compojure.core/wrap-routes` which is an elegant hack to applying middleware after route matching by using request injection. It requires the route to be wrapped into `compojure.core/wrap-route-middleware` to...

There is a partial solution for handling defaults with custom coercion matcher in the [Plumbing google group](https://groups.google.com/forum/m/#!topic/prismatic-plumbing/NWUnqbYhfac). Idea is to finalize it and add it to our [schema-tools](https://github.com/metosin/schema-tools), enabling schema...

related: https://github.com/metosin/schema-tools/issues/25.

Hi. I think it's a good idea. The right target would be [Muuntaja](https://github.com/metosin/muuntaja), which would benefit other web libs too (used at least by [duct](https://github.com/duct-framework/duct) & [reitit](https://github.com/metosin/reitit)).

For JSON, there are things like [JSONView](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc) and [httpie](https://httpie.org/), but guess nothing for EDN.

I'll poke the guys I know are using buddy with compojure-api.

awesome! We could have an examples folder with standalone projects of these? would need a maintainer thou.

I think we need both types: - embedded project for testing stuff when developing - real example projects (could be in a folder here too) external project could have more...

awesome! didn't know about that. Will add a link to it and read the source to learn out of it. We seem to be re-implementing a role-based auth with all...