Luke Snape

Results 5 issues of Luke Snape

The spec/spec-tools implementation of the `Coercion` protocol calls [`st/coerce`](https://github.com/metosin/reitit/blob/master/modules/reitit-spec/src/reitit/coercion/spec.cljc#L125) to transform both requests and responses – the `-response-coercer` is essentially the same as `-request-coercer`, just called with a different `type`...

Just like Nomad: https://github.com/jarohen/nomad#grouping-hosts-together---environments-041 I like this feature a lot because it means I don't have to spread my config around unnecessarily. At the moment I work around this by...

The Aleph web server, built on top of Netty, gives the option of returning a manifold deferred object in addition to the standard ring response map. This allows the request...

Lately I've been thinking about how to improve the cljs development and testing workflow. Running cljs tests when the project files change is reasonably straightforward to set up, and is...

Steps to reproduce: 1. Create a new project using the `phoenix-webapp` template 2. Make a change to app.cljs 3. `lein dev` (_boom_) A portion of the stack trace: ``` Exception...