http://clojure.org is down?
Seems that way.
anyone know how to set up proxy authentication when using clj-http ?
@kamn yes, stupid host. can't wait to switch to the new site. I am doing what I can to contact support, but I have no info right now.
@alexmiller: when is the new site going live btw?
@borkdude: well if wikispaces doesn't fix itself, maybe today :)
welcome newcomers
@alexmiller: now you have me hoping wikispaces stays down :simple_smile:
@alexmiller: I'd like to add the Buenos Aires User Group to http://dev.clojure.org/display/community/Clojure+User+Groups, where should I ask to get permissions to edit that page? :simple_smile:
what's your id?
nberger
added edit rights
thanks!
@alexmiller: cool, thanks :simple_smile:
This is scary: http://www.ecma-international.org/ecma-262/6.0/index.html#sec-object-type
"A property key value is either an ECMAScript String value or a Symbol value. All String and Symbol values, including the empty string, are valid as property keys."
@roberto: the “including the empty string” bit? yeah, that can turn weird. One time (at a previous job) we somehow ended up with a mongo database called ’’
, but half of the tooling would disallow querying against it. that was fun.