This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-19
Channels
- # announcements (5)
- # beginners (7)
- # boot (1)
- # calva (1)
- # cider (7)
- # circleci (2)
- # clara (5)
- # clj-kondo (1)
- # clojure (19)
- # clojure-chicago (1)
- # clojure-dev (3)
- # clojure-europe (1)
- # clojure-spec (1)
- # clojure-sweden (5)
- # clojure-uk (25)
- # clojurescript (4)
- # cursive (2)
- # data-science (1)
- # datomic (44)
- # graphql (9)
- # hoplon (2)
- # klipse (2)
- # luminus (1)
- # nrepl (1)
- # off-topic (38)
- # planck (1)
- # precept (1)
- # quil (1)
- # re-frame (3)
- # reagent (5)
- # shadow-cljs (12)
- # spacemacs (13)
- # sql (2)
- # xtdb (10)
Hi all, I am trying to use a cljs library in a browser/react-native environment, not a node environment. However, that library uses request
which uses crypto
which is implemented natively in node
Maybe not the solution you're asking for, but this might be relevant: https://www.npmjs.com/package/browser-request
Anyone familiar with :hooks [leiningen.cljsbuild]
not resulting in lein test
running both test suites? (JVM + node). It just runs the JVM one
My setup is akin to this one, https://github.com/weavejester/cljfmt/blob/master/cljfmt/project.clj , generally it has worked well for me except for this new project