Dom Kiva Meyer
Dom Kiva Meyer
`(-> compiled-fsm meta :fsm)` should return the state transition table that you are looking for. You can also generate that from a raw FSM using `automat.core/precompile`.
This is fixed, at least in #16. These tests should probably be added once #16 is merged.
:+1: (In case potential features are sorted by popularity.)
Thanks for the report, @AdamFrey. I just pushed `1.1.2` to Clojars. It resolves this issue for me. Try it out.
Interesting. Out of curiousity, what is the use-case for this? Why not use `foo=Greg,John`? I'm open to this functionality but I think returning a string or a vector, depending on...
Thanks @bendlas. I'm open to a PR for this. Could you add tests and documentation?
Silk can extract params from the query. Are you sure you need `wrap-params`? `wrap-params` can also extract form params but that is available under the `form-params` which is not clobbered...
Thanks for the clarification. I'd accept a PR that merges Silk params into the request params instead of displacing them. :)
There is not. Why would you want to do that instead of encoding them into the route itself?
@cjohansen My sincere apologies for letting this slip through. I don't recall receiving a notification of your response. @levitanong Thanks for chiming in and drawing my attention. Would using `silk/?`...