This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-04
Channels
- # admin-announcements (25)
- # beginners (21)
- # boot (161)
- # cider (12)
- # clojure (92)
- # clojure-art (1)
- # clojure-germany (5)
- # clojure-nl (5)
- # clojure-russia (38)
- # clojure-sweden (1)
- # clojurescript (87)
- # clojutre (2)
- # cursive (9)
- # datascript (1)
- # datomic (22)
- # devops (1)
- # editors (33)
- # events (3)
- # hoplon (19)
- # immutant (7)
- # jobs (2)
- # ldnclj (22)
- # off-topic (41)
- # re-frame (34)
- # reagent (39)
if I have a string ":foo/bar", is there a way to convert that to the namespaced keyword :foo/bar
?
Trying to install some deps on my work machine (personal is fine) .. is it my work firewall? https://www.evernote.com/l/ABKT1JSBKTNBY5LlpJS8nMJguzzysGIczzo
My guess is probably not; a firewall would give its own error. This looks like there's trouble creating the path in which to store the artifact.
that's not how I read it - it's trying to build a certificate path based on a signed artifact
might be the datomic dependancy in my project.clj ?
well it's listing lots of other artifacts so that doesn't seem like my first guess
different java versions have different certificates installed
Oh, my bad. I was just going on what was in here; I didn’t click on the Evernote link itself.
I have not run into this issue with maven central (but I have with accessing ssl sites via Java)
can you browse https://repo1.maven.org/maven2/ ?
on my work machine, yes .. i see a directory list
did you run the maven-install script in your datomic download?
bin/maven-install
ahh it doesn't have maven on that machine
got it working on work machine, installed maven and datomic mavin-install ... thanks @alexmiller and @akiva
so excited they are willing to give clojure a try at work :thumbsup: