Paul deGrandis
Paul deGrandis
Great feedback all around. More than likely, the route compiler will get more intelligent about verbs. It is my plan to support a set of verbs passed in as an...
I've used a similar approach in the projects where I needed streams of JSON. I tend to use reducibles/reducible-seqs instead of actual Sequences/lazy-seq. You can make some other smaller tweaks...
Hi @lucywang000 - thanks for so much interest in contributing! We encourage community members to open an issue first regarding proposed changes, giving other community members a chance to contribute...
Thanks for pulling this together. I'll get this reviewed and landed (and then use it to tackle the enhancement/issue mentioned in the other ticket).
Hi @ordnungswidrig -- thanks for reporting the issue! `json-response` is typically meant for other interceptors that shape the final response and not intended to be used as a general utility...
I agree we should document this split (utility functions vs interceptors) better and explain the use case within the doc strings. Leaving this issue open to address that. Thanks @ordnungswidrig
I'm putting this issue on ice unless someone jumps in and wants to work it. I attempted the simplest approach: backing the queue and stack with an [ArrayDeque](http://docs.oracle.com/javase/8/docs/api/java/util/ArrayDeque.html). The difference...
Thanks for working through this and reporting back! It's helpful to have others trying out ideas. I can imagine the troubles one would stumble on with the running index ;)...
README links have been updated.
You should only need `expand-routes` if you're consuming the routing data structure programmatically (ie: if you're building your own router or calling routing utilities on your routes). In the 0.5.x...