admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
kamn 2016-01-14T01:08:46.003848Z

http://clojure.org is down?

akiva 2016-01-14T01:11:48.003849Z

Seems that way.

2016-01-14T02:40:50.003850Z

anyone know how to set up proxy authentication when using clj-http ?

alexmiller 2016-01-14T03:41:50.003851Z

@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.

borkdude 2016-01-14T08:54:11.003853Z

@alexmiller: when is the new site going live btw?

alexmiller 2016-01-14T13:18:44.003859Z

@borkdude: well if wikispaces doesn't fix itself, maybe today :)

meow 2016-01-14T13:20:20.003860Z

welcome newcomers

bronsa 2016-01-14T13:23:52.003861Z

@alexmiller: now you have me hoping wikispaces stays down :simple_smile:

🦜 5
nberger 2016-01-14T15:24:06.003865Z

@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:

alexmiller 2016-01-14T15:24:34.003866Z

what's your id?

nberger 2016-01-14T15:25:17.003867Z

nberger

alexmiller 2016-01-14T15:26:11.003868Z

added edit rights

nberger 2016-01-14T15:26:16.003869Z

thanks!

borkdude 2016-01-14T16:00:59.003870Z

@alexmiller: cool, thanks :simple_smile:

roberto 2016-01-14T16:08:32.003871Z

This is scary: http://www.ecma-international.org/ecma-262/6.0/index.html#sec-object-type

roberto 2016-01-14T16:08:34.003872Z

"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."

shanekilkelly 2016-01-14T16:43:49.003874Z

@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.