Alon Gubkin

Results 45 comments of Alon Gubkin

Take a look here at my response here: https://github.com/alongubkin/phonertc/issues/7

Any plans to port it to phonertc 2?

https://github.com/alongubkin/angular-datepicker/commit/4737234dbfb3da67e85e53bf1bff378469d83db6

@kazuo you can always contribute them :) this is a community project.

https://github.com/alongubkin/angular-datepicker/commit/4737234dbfb3da67e85e53bf1bff378469d83db6

There's a major difference between ASI and Go/Swift-like optional semicolons. We should go for the Go/Swift way

**Proposal:** Implement ASI with the following rules: http://golang.org/doc/effective_go.html#semicolons Note that the following function would still return undefined and not 5: ``` fn test() { return 5 } ``` However, Common...

This was proposed before adding ES6 modules to the language. The reason I'm not closing this yet is because I still feel CommonJS support is necessary

This is a must. But let's consider first if optional typing is really that bad? Because it's currently the most requested feature.

I have more urgent issues to take care of (like API rework, group chat, more documentation and demos) before I can start implementing DataChannel