Antonin Hildebrand

Results 191 comments of Antonin Hildebrand

I'm sorry, I cannot help. I'm on OSX and I don't use drydrop anymore.

Yes, it should include anyone who has access to the Admin Console of GAE: http://code.google.com/appengine/docs/python/users/adminusers.html

I confirm. Chromium devs removed the old docs server and I didn't have time/motivation to port [chromex api-gen scripts](https://github.com/binaryage/chromex/tree/master/tools) to their new system. I created chromex for the [dirac](https://github.com/binaryage/dirac) project...

Thanks for the investigation. I just looked at `chrome-types.json` in the bucket and it looks like it contains all info needed for chromex. Two approaches come to my mind: 1....

The problem is that `project.clj` of some project in checkouts directory does not contain proper `:cljsbuild` configuration. Thoughts: 1) It would be nice if lein-cljsbuild could print also relevant notice...

just a screenshot of the assertion: https://www.dropbox.com/s/etmylpx6v2a149h/Screenshot%202013-10-09%2014.06.22.png

the official nginx container does this trick: https://github.com/nginxinc/docker-nginx/blob/master/stable/jessie/Dockerfile#L21 That means if you set access_log to point to your own location, it won't be auto-magically logged to docker's logs.

@eduardoleoni cloned your repo ran ``` docker build -t dnp . ; docker run --name dnp -it -v /var/run/docker.sock:/tmp/docker.sock:ro -d dnp ; docker exec -ti dnp cat /etc/nginx/conf.d/default.conf ``` and...

to me it looks like that config value comes from here: https://github.com/jwilder/nginx-proxy/blob/master/nginx.tmpl#L47 on next line you have a chance to override it by providing your own: `/etc/nginx/proxy.conf`

AFAIK Asepsis under El Capitan with System Integrity Protection enabled is not possible. I'm going to stop developing Asepsis and supporting it under El Capitan.