James Reeves

Results 771 comments of James Reeves

Ah, I see. Maybe the title shouldn't be "Markdown lists are broken", but "Markdown lists don't work like they do on Github" :)

Thanks for the report. It looks like I'll need to consider ways of reducing the code generated, or splitting the route up into multiple methods.

It looks like mddleware currently doesn't work with handlers that return vectors; but it should do. Consider this a bug; I'll try to get it fixed either this week or...

Yes, multiple middleware functions are composed together. Can you produce an example where this doesn't work?

You can add middleware to all the routes just by adding it to the handler that Ataraxy produces. In Duct, you can do this by adding references to the `:middleware`...

My initial impression is that I the idea, but the syntax doesn't sit well with me, as the maps end up effectively being defined backward. I'm also wondering about the...

Thank you for the extra syntax ideas, however I feel like we're putting the cart before the horse right now. Could you give me some examples of why this sort...

In which case, let's keep this issue around and revisit it in future. Perhaps then we'll have more use-cases that would justify a feature like this, or a syntax idea...

This behaviour should be fine for query parameters, since they're always a map of strings to strings. However, you're right that destructuring the request might throw up a `false` value,...

Yes, this is something I've been meaning to add, but the `explain` output gets a little messy around some of the rules, so I wanted to clean it up before...