This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-08
Channels
- # admin-announcements (22)
- # beginners (28)
- # boot (8)
- # cider (9)
- # cljs-dev (1)
- # cljs-site (3)
- # cljsjs (6)
- # cljsrn (6)
- # clojure (20)
- # clojure-germany (3)
- # clojure-russia (16)
- # clojure-uk (6)
- # clojurescript (106)
- # datascript (9)
- # datomic (19)
- # devcards (4)
- # dirac (42)
- # docker (4)
- # emacs (3)
- # hoplon (89)
- # jobs-rus (1)
- # keechma (6)
- # lein-figwheel (1)
- # leiningen (1)
- # luminus (11)
- # off-topic (1)
- # om (1)
- # om-next (1)
- # onyx (19)
- # other-languages (37)
- # parinfer (1)
- # proton (1)
- # reagent (9)
- # rethinkdb (17)
- # rum (2)
@yogthos: can I drop in compojure-api as a replacement for compojure in a luminus project?
what I tried tells me know, but you would know better
tells me no*
it looks like there is some request validation being done too during coercion
@thug.nasty: you can use compojure-api together with compojure
I usually use compojure for serving things like pages and static assets, and compojure-api for any service operations
I’m not sure where my project falls, but I just want to create a submission form.
So, I started a luminus project with H2
however, I need some of the form params to be integers.
That is the only hangup, at this point.
I’m tempted to just write something to transform the string numbers to actual numbers