Ben Firshman
Ben Firshman
Seems to be some work here to update this repo, but it is not in a mergeable form: https://github.com/bfirsh/django-database-files/pull/3 cc @LegoStormtroopr :)
@MatthewCawley Any updates? I'm looking for this too. :)
This looks promising. I have yet to try it out. https://github.com/hang-h/UPnAtom/commit/b11c37ff4d6f0c36d91e664b6b751c1c1888632f

Related: https://github.com/github/hubot/issues/742 I think we need an upstream API from Hubot to be able to know what users are in what room. We currently have `user.room` which is the last...
In my sketch, I was trying to design a more object-orientated design, where methods for a container live on a container struct, and so on. I'm starting to think this...
Looks like it's `github.com/docker/docker/client` now. I'll have a go at writing a run method in a way that both the CLI and other people can use. `ContainerRun`, or something.
@ibuildthecloud I agree that more client logic should live in a reusable library somewhere. Another example is simply running a container, which [is also rather convoluted with this library](https://gist.github.com/bfirsh/d3435b3f26033dd533cc4732639ae2ef#file-getting-started-go-md). @calavera...
I have been experimenting with adding Swagger annotation to the source code: https://github.com/docker/docker/compare/master...bfirsh:generate-swagger-specification https://github.com/docker/engine-api/compare/master...bfirsh:add-swagger-annotations This will allow us to automatically generate the sort of thing in #168 and, helpfully, also...
This is definitely wanted and I'm currently cranking through the whole API adding go-swagger definitions. See my branches above for work-in-progress as of a few days ago. Unfortunately I'm running...