This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-16
Channels
- # adventofcode (24)
- # announcements (3)
- # aws (3)
- # babashka (16)
- # beginners (88)
- # biff (5)
- # calva (27)
- # cider (15)
- # cljs-dev (70)
- # clojure (87)
- # clojure-austin (3)
- # clojure-belgium (6)
- # clojure-europe (59)
- # clojure-nl (1)
- # clojure-norway (14)
- # clojure-uk (3)
- # clojurescript (37)
- # data-science (2)
- # datalevin (40)
- # datomic (1)
- # emacs (23)
- # events (2)
- # graalvm (13)
- # graphql (7)
- # gratitude (1)
- # holy-lambda (193)
- # inf-clojure (15)
- # lsp (27)
- # malli (9)
- # off-topic (20)
- # polylith (6)
- # reitit (29)
- # releases (2)
- # scittle (13)
- # shadow-cljs (51)
- # transit (15)
- # xtdb (29)
Hi, I am trying to add `com.walmartlabs/lacinia-pedestal {:mvn/version "1.1"}` in my `deps.edn` but when i require the `com.walmartlabs.lacinia.pedestal2` namespace I get the following error _`Could not locate io/aviso/exception__init.class, io/aviso/exception.clj or io/aviso/exception.cljc on classpath.`,_ from looking at the source it seems this lib is required as a dev dep but for some reason it is required that I include it as a regular dep in my project, any suggestion how to resolve this?
Sorry about that; that a bug fixed in the latest lacinia, though I just checked and need to do a corresponding fix in lacinia-pedestal.
Here's the underlying issue: https://github.com/walmartlabs/lacinia/issues/410