This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-14
Channels
- # announcements (7)
- # babashka (51)
- # beginners (292)
- # calva (37)
- # chlorine-clover (40)
- # cider (5)
- # clj-kondo (83)
- # cljs-dev (26)
- # cljsrn (36)
- # clojure (172)
- # clojure-argentina (5)
- # clojure-austin (1)
- # clojure-australia (9)
- # clojure-europe (3)
- # clojure-france (7)
- # clojure-gamedev (3)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (34)
- # clojurescript (46)
- # community-development (1)
- # conjure (26)
- # core-async (28)
- # data-science (2)
- # datascript (2)
- # datomic (61)
- # devcards (3)
- # emacs (7)
- # events (2)
- # fulcro (65)
- # graalvm (57)
- # instaparse (2)
- # juxt (21)
- # luminus (6)
- # off-topic (21)
- # pathom (1)
- # pedestal (15)
- # reagent (1)
- # shadow-cljs (19)
- # spacemacs (3)
- # specter (1)
- # sql (14)
- # unrepl (4)
- # vscode (1)
- # xtdb (1)
- # yada (4)
Hi everyone,
I'm trying to delpoy a simple luminus app with +swagger +immutant
to WildFly and i'm getting the error below when attempting to run the reitit.swagger-ui/create-swagger-ui-handle
bit for one of my routes.... works "locally" with a lein run
however.
> ERROR [my-test.middleware.exception] (default task-1) No matching field found: isDirectory for class java.util.zip.ZipFile$ZipFileInflaterInputStream: java.lang.IllegalArgumentException: No matching field found: isDirectory for class java.util.zip.ZipFile$ZipFileInflaterInputStream
Any ideas on how I may be able to work around this? thanks,
Hello. In the Luminus template, what is the best way to specify development and production keys? Is it by putting them in project.clj using env? I I'm inquisitive because there is also an env directory in the Luminus template, and using that might be a better way? But I'm not sure how to use the env directory to store my production and development keys. I couldn't find any documentation on that on the Luminus website especially because I'm using heroku for production. How will the production keys work then? There's a config.edn for development and production both. I suppose the environment variables go in that. But does that mean that I don't set the environment variables on heroku itself? Are there any drawbacks to doing that?
This has clues on the order. https://github.com/tolitius/cprop/blob/master/README.md#loading-config When you get use to it it’s really nice and offers a lot of flexibility