With yada/lean I can use Long
for form params but not Integer
— is that intentional?
@martinklepsch I think it's limited by what schema/ring swagger supports.
@dominicm I’m using yada/lean without those though 🙂 (and Long still works fine)
yada/lean has schema I think
what’s the rationale for lean?
Some people don't want/need all the dependencies that yada/yada brings in.
e.g. why have cheshire if you're not doing json? Same for hiccup & html, etc.
I haven’t had many projects without cheshire 😉
but yes, that makes sense