Ted Zlatanov
Ted Zlatanov
@jwiegley any updates on this?
FWIW I use the X support, and I use the Docker images for personal use primarily and sometimes for testing. So the native compilation would be nice for all my...
Typically Go programs respect `http_proxy` and `https_proxy` but Goss doesn't seem to in my testing. Either way, I'd love this as well.
After setting up with nginx auth (following https://github.com/docker/docker-registry/blob/master/contrib/nginx/nginx.conf and https://github.com/docker/docker-registry/blob/master/contrib/nginx/docker-registry.conf) to a socket file, the following magic worked (Fedora 20, nginx 1.4.7, docker-registry 0.8.1, docker-io 1.3.0): ``` docker login -u...
I'm not sure of the best way here. I've always used something like this to activate a minor mode but understand the problem is that it's not the only way:...
Please see #881 for an attempt to resolve this issue. Thanks to everyone who chimed in, and apologies for the late followup. @jkroes if you want provide a test to...
#881 switches to the `custom-theme-set-variables` approach which should address this issue as well. Please test and update. Thank you.
Also @a13 and everyone else commenting here, I think a test that verifies correct behavior would be quite welcome and provide some assurance that the code won't break user expectations...
#881 has been merged, I'd like to close this issue if anyone can independently confirm and ideally provide a test for it.