Fork me on GitHub
#beginners
<
2015-09-04
>
scriptor14:09:20

if I have a string ":foo/bar", is there a way to convert that to the namespaced keyword :foo/bar ?

scriptor14:09:35

yep, thanks

alejandro14:09:51

or keyword would do it on “foo/bar"

clojuregeek17:09:55

Trying to install some deps on my work machine (personal is fine) .. is it my work firewall? https://www.evernote.com/l/ABKT1JSBKTNBY5LlpJS8nMJguzzysGIczzo

akiva17:09:12

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.

Alex Miller (Clojure team)17:09:51

that's not how I read it - it's trying to build a certificate path based on a signed artifact

clojuregeek17:09:11

might be the datomic dependancy in my project.clj ?

Alex Miller (Clojure team)17:09:16

well it's listing lots of other artifacts so that doesn't seem like my first guess

Alex Miller (Clojure team)17:09:56

different java versions have different certificates installed

akiva17:09:05

Oh, my bad. I was just going on what was in here; I didn’t click on the Evernote link itself.

Alex Miller (Clojure team)17:09:38

I have not run into this issue with maven central (but I have with accessing ssl sites via Java)

clojuregeek18:09:02

on my work machine, yes .. i see a directory list

Alex Miller (Clojure team)18:09:08

did you run the maven-install script in your datomic download?

clojuregeek18:09:14

ahh it doesn't have maven on that machine

clojuregeek18:09:31

got it working on work machine, installed maven and datomic mavin-install simple_smile ... thanks @alexmiller and @akiva

akiva18:09:43

Excellent!

clojuregeek18:09:35

simple_smile so excited they are willing to give clojure a try at work :thumbsup:

akiva18:09:20

That’s awesome. The more people successfully coding Clojure in the workplace, the better for all of us.