This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-13
Channels
- # adventofcode (35)
- # announcements (2)
- # arachne (1)
- # beginners (71)
- # chestnut (2)
- # cider (100)
- # cljdoc (17)
- # cljs-dev (17)
- # cljsjs (2)
- # cljsrn (2)
- # clojure (53)
- # clojure-austin (2)
- # clojure-europe (1)
- # clojure-finland (2)
- # clojure-italy (3)
- # clojure-nl (7)
- # clojure-russia (56)
- # clojure-spec (56)
- # clojure-uk (35)
- # clojurescript (58)
- # community-development (14)
- # core-async (9)
- # cursive (22)
- # data-science (5)
- # datomic (14)
- # duct (5)
- # emacs (2)
- # expound (4)
- # figwheel-main (6)
- # fulcro (23)
- # kaocha (8)
- # lumo (7)
- # off-topic (10)
- # pathom (6)
- # re-frame (17)
- # reitit (31)
- # ring (3)
- # rum (1)
- # shadow-cljs (45)
- # spacemacs (10)
- # sql (12)
- # testing (9)
- # tools-deps (130)
Question about setting up Datomic Cloud. If everything is setup in your own account with CloudFormation templates, how is the instance usage for billing monitored? I’ve set it up in two different accounts and noticed the cloudformation templates are exactly the same. Are the instances communicating with the marketplace?
This is handled via AWS marketplace internal monitoring. The AMI itself has marketplace-related modifications that allow them to bill hourly
for any more specifics about that you’d have to look at marketplace docs and/or support
'lo all. I'm back at trying to help a colleague use ions on Windows with IntelliJ/Cursive. AFAICT, deploying ions requires using the command line clj
tool and clojure.tools.deps
, which isn't supported on Windows. Does anyone have experience with such a setup?
My current strategy is to use Windows Subsystem for Linux (WSL) and run clj
there. That works (i.e., we've successfully gotten a REPL running in WSL using clj
). The next trick is connecting from Cursive to a repl started from a WSL repl. From what I can tell, the "remote" option from Cursive expects an nREPL connection, not a socket repl connection, so when I've attempted to create a "remote" REPL connection from Cursive, it hangs with "Connecting to remote nREPL server". (I have been able to successfully connect to the clj-repl from Emacs.) Any suggestions or pointers most welcome!
That's an idea. @U0CJ19XAM brought up https://github.com/mfikes/tubular as well, which I was able to get working.
.@U0567Q30W confirmed tubular
is the way to go until he provides native support.