This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-24
Channels
- # beginners (100)
- # calva (11)
- # cider (17)
- # clj-kondo (2)
- # cljdoc (66)
- # cljs-dev (54)
- # clojure (77)
- # clojure-czech (1)
- # clojure-dev (42)
- # clojure-europe (3)
- # clojure-italy (8)
- # clojure-nl (17)
- # clojure-spec (12)
- # clojure-uk (41)
- # clojurescript (68)
- # cursive (8)
- # datomic (15)
- # emacs (9)
- # expound (3)
- # fulcro (14)
- # garden (3)
- # graphql (2)
- # hoplon (2)
- # lein-figwheel (4)
- # leiningen (4)
- # off-topic (22)
- # onyx (8)
- # parinfer (2)
- # planck (1)
- # re-frame (5)
- # reagent (55)
- # reitit (3)
- # remote-jobs (8)
- # shadow-cljs (35)
- # spacemacs (23)
- # sql (3)
- # tools-deps (32)
- # unrepl (8)
- # vim (25)
- # yada (5)
@alexmiller heh, happy to
in the new JIRA world, where do things happen once the support request is accepted, is the rest of the process visible or only between core members?
We are also looking at a new process to obtain a contributor account and gain access to the system for commenting or other work. Stay tuned for more on that.''
Tickets are still publicly visible regardless
http://clojure.atlassian.net lands me on the home for the support requests and doing requests -> all shows me no output
this also redirects me to https://clojure.atlassian.net/servicedesk/customer/portals
Yeah, I was just going to guess that
I’ll look at your account or whether you have one when I get to a computer
So you should have an account - did you do the reset process to get a new password ?
So when you log in, you can’t see links?
(email is <mailto:[email protected]|[email protected]> if that helps once you reach your computer)
I don't think you can use google sign-on for this org as this site is not tied to a single domain
you'll need to use email/password
FYI I get a 403 when I try to hit https://dev.clojure.org/, not sure if that was supposed to redirect
that shouldn't at the moment, although it could
well that's good to know
@pyr your acct was missing access to the jira product, not sure how that happened, but it should help
@alexmiller things look much better now, thanks!
everyone should have had that added during the import, but maybe it messed up for some people. will probably do some spot checks later.
`select-keys` does not preserve metadata on its first map argument. Yes, it does. Must be time to stop work -- I'm hallucinating! What would be the pros and cons of changing it to do so? I get the impression that several other functions have recently been "fixed" to do so...
Are you preparing ticket / patch for this? I can if you aren't already doing it.
I was about to, but then when I tried to repro, it worked.
I swear it had not worked when I first tested it...
Looking at select-keys implementation in Clojure 1.10, it looks like it should always preserve metadata
Change looks like it was made before release of Clojure 1.5
Yeah would be good