This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-11
Channels
- # beginners (79)
- # boot (21)
- # cider (28)
- # cljs-dev (1)
- # clojure (88)
- # clojure-italy (3)
- # clojure-russia (6)
- # clojurescript (49)
- # community-development (4)
- # cursive (37)
- # datomic (12)
- # editors (3)
- # emacs (33)
- # fulcro (15)
- # hoplon (9)
- # jobs-discuss (3)
- # keechma (3)
- # lein-figwheel (2)
- # luminus (3)
- # off-topic (146)
- # onyx (5)
- # portkey (11)
- # re-frame (34)
- # reagent (7)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (6)
- # unrepl (11)
I ran into dependency issues with jetty and datomic and finally found https://stackoverflow.com/questions/43291069/lein-ring-server-headless-fails-when-including-datomic-dependency...
that SO thread suggests http-kit but someone later says the issue returned with datomic client pro...
any suggestions for a strategy or workaround?
I'm not planning on putting this in AWS, btw, in case that's a solution (though in those docs I saw a mention of a related issue).
jetty and compojure are basic staples for me but I'm open to new things if that solves this problem. Trying to use datomic but this is definitely a blocker so far.
@macrobartfast literally the three messages above your own contain the solution i found, and that worked for juliobarros 🙂
Entity docs seem broken: https://docs.datomic.com/javadoc/datomic/Entity.html
Is it possible to use datomic-pro w/ tools.deps.alpha? I'm not seeing a way to put maven repo credentials in the deps.edn
file.
Not at the moment
There is a ticket with some work on this
@robert-stuttaford holy smokes... re: the messages before mine: face palm... I should probably read a bit of the channel for the day before posting a question! Thanks... I look through those.
hi, I have an ident that i want to make unique. So far I have been getting away with always adding to my schema without breaking anything so that I can run new migrations against the production db. I'm trying to avoid any fancy tooling as long as possible. In this case I need to change an existing ident. What is the simplest way to do that? Do I need to retract the non-unique ident and then add the unique one?