Omar Abdelhafith

Results 30 comments of Omar Abdelhafith

If you want to `get` stuff from S3, you can drop to `erlcloud_s3` and use: ``` :erlcloud_s3.configure('KEY', SECRET') :erlcloud_s3.get_object('BUCKET', 'PATH') ```

Hey @robertjpayne I am working on a refactor of swift line to make it work on linux too. This will part of a bigger project that can be found here...

@robertjpayne I started working on a refactor of Swiftline to make it linux compatible #30

Hello @ccjensen thanks for the interest, I think this will be in the posix spawn call https://github.com/oarrabi/Process/blob/291b63cf8233042537e5b8933c4d9d59c2b99375/Sources/Process/Run.swift#L36 I have researched this before and I remember that interactive was not possible...

@feinstruktur That would be super helpful, I banged my head around this but couldnt figure it out :S

@feinstruktur This looks cool! Thanks for sharing. This works interactively since it does not capture the stdout and stderr. Is that correct?

@feinstruktur I have added this on my todo list. I think that if we provide our own dup of the stdin, then the interactiveness will be lost. I will try...

@mominul I didnt really have a chance to look into this. I am afraid I wont have enough time to look at this anytime soon :(

Yes, this is something we are working on. We will keep this for now and go for a different one later. Thanks for your input :)

If we want to expand we can make coloring part of Guaka, choices, yes/now questions also part of it. We can then implement progress bar, table etc.. All these can...