This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-18
Channels
- # ai (1)
- # beginners (71)
- # boot (15)
- # cider (26)
- # clara (4)
- # cljs-dev (81)
- # cljsrn (26)
- # clojure (393)
- # clojure-berlin (2)
- # clojure-dev (5)
- # clojure-dusseldorf (1)
- # clojure-greece (5)
- # clojure-italy (6)
- # clojure-russia (97)
- # clojure-serbia (11)
- # clojure-sg (2)
- # clojure-spec (14)
- # clojure-uk (66)
- # clojurescript (58)
- # core-async (19)
- # cursive (18)
- # data-science (2)
- # datomic (75)
- # emacs (20)
- # events (5)
- # figwheel (1)
- # graphql (2)
- # hoplon (29)
- # jobs-discuss (3)
- # juxt (6)
- # lein-figwheel (1)
- # london-clojurians (2)
- # lumo (29)
- # mount (9)
- # off-topic (4)
- # om (16)
- # onyx (25)
- # other-languages (2)
- # pedestal (38)
- # protorepl (2)
- # re-frame (20)
- # reagent (9)
- # ring-swagger (6)
- # sql (10)
- # unrepl (3)
- # untangled (19)
- # utah-clojurians (1)
- # videos (2)
- # vim (20)
@seancorfield Condolences
Hi, I’m trying to push to clojars using boot build target push --repo clojars
, using an encrypted credentials file, and I’m getting an Unauthorized error. But the user name and pwd in the creds file are correct. Any idea what’s happening? I pushed a different jar a few days ago with no prob. The only think I can think of is I recently moved the repo, but I can’t see why that would be a problem.
ps. I control the group; I’m trying to push miraj/core to https://clojars.org/groups/miraj
@mobileink I looked at the nginx log files on clojars, and your deploy requests aren't sending credentials at all
i'm using clojure 1.9 alpha 16, wonder if that' it. has anybody pushed to clojars with it?
respond
I’m actually not seeing any source maps in the chrome sources panel… I checked and saw the .js.map
files are indeed generated and available, for both .cljs
& .cljc
files, /cc @djebbz
reverting to a commit before I bumped all my dependencies to see if that sorts it out
nope, no dice, source maps simply aren’t showing in the source panels in chrome devtools
bizarrely enough the only file that does have a source-mapped file in devtools is cljs/core.cljs
, nothing else… has anyone else seen this behaviour?