Agustin Chiappe Berrini

Results 16 comments of Agustin Chiappe Berrini

+1 I'd also love to donate money for the project if it keeps it moving.

> @smith558 one cannot prepend "the freedom to" onto something and expect the result to be a genuine freedom, eg. "the freedom to own slaves", and "the freedom to release...

This whole conversation being framed as a parallelism with slavery makes me very uncomfortable. > I compare slavery and proprietary works as two examples of unethical things, and how prepending...

I'm sorry, I'm not really familiar with the AWS that you're trying to use. The equivalent of the `login` command in the docker cli would be auth: https://github.com/AgustinCB/docker-api/blob/master/test/docker.js#L27 Is that...

OK, based on a quick learn over their page, I'd try this: ```javascript const promisifyAwsResponse = (awsResponse) => new Promise((resolve, reject) => { awsResponse.on('success', (res) => { console.log('awsResponse success:', JSON.stringify(res.data));...

Which version of docker are you running?

I'm currently working on trying to make this work :). Will come back to you

It makes sense. Will work on it. Thanks for the feedback!

You're right. When I did this project, I was just starting with Typescript and missed a lot of things. I'd like to fix this, but I can't promise an ETA...

I'd like to still support it, but the truth it's that I have other priorities and this project grew much more than I expected. It started as something I did...