Sean Stavropoulos

Results 37 comments of Sean Stavropoulos

Minimal working token generation for RTC video chats: ``` elixir def twilio_token(identity) do sid = System.get_env("TWILIO_ACCOUNT_SID") api_key = System.get_env("TWILIO_API_KEY") api_secret = System.get_env("TWILIO_API_KEY_SECRET") rtc_profile_sid = System.get_env("TWILIO_RTC_PROFILE_SID") now = epoch_ts() exp =...

Here is a basic example of what @shrutiaggarwal3012 is referring to: - http://www.bootply.com/fdTMNTiLis - http://jsfiddle.net/headwinds/zz3ch/ An expandable section underneath each row which may contain additional details. Not necessarily in one...

I assume you mean "Browser Uploads to S3" directly (rather than going through your webserver), as outlined [here](http://aws.amazon.com/articles/1434). Right now `arc` does not facilitate this. Let me think a bit...

@chowza I have a branch open which does this: https://github.com/stavro/arc/pull/7 I haven't merged it since I'm not actually using it in production yet, and I might want to change it...

@gordonbisnor Can I see your model and the changeset function you have defined?

I have not started on this feature, and I likely won't have time to for a little while. But I _am_ open to including some of the core functionality in...

Thanks - Let me think about this. I personally don't use local storage as the apps I'm building are scaled across multiple machines - but this is something I would...

I would like to replace this with https://github.com/CargoSense/ex_aws/pull/249

Even though there have certainly been people commenting saying they are interested in helping maintain, I’ve reached out to a few people and it ultimately went nowhere. I’ll move this...

I am very open to this - if anyone wants to help improve/maintain this please talk to me and we can discuss moving it to a separate org.