Arno's github space

Results 12 comments of Arno's github space

I looked for a package but it doesn't seem to exist as gunzip config happens at the buildroot. On Tue, Nov 18, 2014 at 11:27 PM, Jeff Lindsay [email protected] wrote:...

I'll test it out on monday On 22 May 2015 6:49 pm, "Olivier Gambier" [email protected] wrote: > @eaoliver https://github.com/eaoliver registry:latest is still pointing > to the python registry, which is...

Sorry crazy week last week starting from a clean vmdocker I've followed @XiaokunHou advice but I am still getting the same error when running "docker run -d -p 5000:5000 registry:latest"...

I tried various changes in the /etc/defaults/docker file as well it doesn't seem to work with either of --insecure-registry http://172.27.25.59:5000 --insecure-registry=172.27.25.59:5000 --insecure-registry 172.27.25.59:5000

right now the host and client are one and the same. On Mon, Jun 1, 2015 at 11:03 AM, XiaokunHou [email protected] wrote: > you should add these lines in client...

Hey I agree @nicksrandall and @tj that the intent could solve this but I feel it's at the wrong level. We've been using neelance/graphql for the last 3 mo (thanks...

No I was focused on reproducing the issue, I'll have the guys run the API instance with race detector turned on and see if we get more out of it...

I like the approach it definitively would make sense to go in that direction. It would take a good chunk of my boiler-plate code away Also thanks @neelance for https://golang.org/ref/spec#Method_expressions

If you have a new release I'll test it out this week. Is there going to be a release tag or other versioning system? On Jul 3, 2017 8:58 PM,...

@neelance tried it out some observations: - It works well and with Method expression you linked to earlier minimal changes are required ``` SB.Resolvers( "Queries", (*Resolver)(nil), map[string]interface{}{ "flavor": (*Resolver).Flavor, "flavors":...