Christian Stewart
Christian Stewart
@MarkPieszak The other one has a lot of stuff that makes me a bit apprehensive about using it: - Total lack of documentation - Nodemon - Not sure what --watch...
Damnit, I hate that I literally started a project on rc5, then all this stuff immediately drops that breaks everything after I have quite a lot of code written. Oh...
Wow, the last message on this is really recent. I'd also like to set this up properly. It seems you have to get the token like https://bitbucket.org/api/1.0/oauth/request_token?oauth_version=1.0&oauth_nonce=7f2325b3c36bd49afa0a33044d7c6930&oauth_timestamp=1366243208&oauth_consumer_key=HUpRcDUduZrepL6sYJ&oauth_callback=http%3A%2F%2Flocal%3Fdump&oauth_signature_method=HMAC-SHA1&oauth_signature=qZyTwVA48RzmtCHvN9mYWmlmSVU%3D So we would...
Ah, I guess I assumed that # was an alias for `@values` on a object.
@Sean-Der just know that this is a really awesome project, and your work is greatly appreciated.
Done here: http://github.com/paralin/grpc-bus Any comments?
@wenbozhu supports literally anything. You give it a function for `send(message) {}` and it expects that message to end up at `handleMessage(message)` on the server. Also, the thing passed to...
@nevkontakte I haven't started looking into this yet, but I'm happy to help out where I can if you have something you need done.
@nevkontakte thanks for your work on this and gopherjs in general. I can try to test this PR on a fairly complex project and see if it works. Unfortunately some...
Obviously #320 suggests that we don't want to generate ES6 - that's fine. What I'm suggesting is to still generate standard JavaScript code, but with the assumption that SystemJS or...