This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-06
Channels
- # beginners (32)
- # boot (17)
- # cider (4)
- # clara (112)
- # cljs-dev (3)
- # cljsjs (2)
- # clojure (222)
- # clojure-germany (3)
- # clojure-greece (1)
- # clojure-italy (4)
- # clojure-losangeles (4)
- # clojure-russia (46)
- # clojure-spec (24)
- # clojure-uk (71)
- # clojurescript (78)
- # community-development (5)
- # component (88)
- # cursive (6)
- # datomic (7)
- # duct (5)
- # figwheel (2)
- # fulcro (21)
- # graphql (22)
- # leiningen (3)
- # luminus (9)
- # off-topic (1)
- # om (16)
- # onyx (46)
- # portkey (30)
- # re-frame (47)
- # reagent (5)
- # remote-jobs (1)
- # ring (12)
- # ring-swagger (13)
- # rum (1)
- # shadow-cljs (81)
- # spacemacs (1)
- # specter (33)
- # sql (2)
- # test-check (2)
- # vim (16)
- # yada (11)
@ikitommi Wondering if s/map-of
is supported with spec-tools 0.4.0-SNAPSHOT + compojure-api 2.0.0-alpha7? (still getting a class-cast exception when using spec coercion) ?
@mgrbyte I think we need to provide a 100% test suite for all of the specs to make sure everything works. Could you write an issue with a failing spec?
Not which is the right repo for this (compojure-api, ring-swagger, spec-tools) Imagine the last?
hmm, should mention that this exception only happens when attempting to render the swagger UI
@ikitommi will you be at conj? I'm flying out tomorrow... if you are I'll buy you π» , thanks for your ultra-quick responses and help π
@mgrbyte Would have liked to come, but sadly too busy. Will miss SYNC too, on vacation then. Hopefully there will be another time for the π» π
Hi I have an API endpoint (on 1.1.11) where Iβm sending in a couple top level vars, one is a string the other is an object/map. Not sure how to grab the map βas isβ
:body-params [{mapvar :- >>NOT SURE WHAT GOES HERE<< {}}, stringvar :- String]
@eoliphant s/Any
stands for Anything, {s/Any s/Any}
would Map with any keys & values.