Tim Jones
Tim Jones
I have the same problem with Chrome. When I open a minimized window, it floats, and will do so till either: 1) Amethyst is restarted; or 2) I click a...
Is it still possible to attach swagger meta-data via `describe` on the schema element when using `:query`? Also, how about default values? I saw a patch for this in Schema,...
Ok, answered this myself; you can attach metadata with `describe`; not sure about defaults. But this gets me about 80% there!
@Deraen any thoughts on handling default values? wrapping keys in `s/optional-key` provides optional parameters, but it looks like defaults are provided solely by letk. Any chance you'll be using this...
Done. #386
@rstrahan Should we relay req._userid to the nested bot only in the case where sessionid fails validation? Otherwise it could break existing users is my thinking. At the same time,...
I've worked through most of the clojure code and learned alot! I even co-oped the config pattern you use for an app I'm writing. One question I have: how do...