roboslone

Results 20 comments of roboslone

Current version breaks Django 1.8 :) I've added safe import in my pull-request. And I've installed it from my fork using git repo as source, yes.

Original use case matches mine **exactly** and suggested implementation seems great. There's even a PR passing GH checks! Is there an accepted way of bumping such issues?

It seems to me to be a pretty important issue. I believe there's currently no way to process errors like `Unauthenticated`. @MarcusLongmuir could you direct me to a relevant sources?...

+1, configuring multiple requests as a pattern would allow load testing of complex scenarios. For example, if I had a key-value storage with gRPC API, I could generate a request...

+1 Promise-based client would be very nice. For example, it could be used with [Redux](https://redux.js.org/) and [redux-promise-middleware](https://www.npmjs.com/package/redux-promise-middleware) with no need to wrap original methods (which is really nasty, since they...

**UPD** I've checked generated JS code and it seems that JS actually returns `this`. TypeScript annotations have `void` though. ```js /** * @param {string} value * @return {!proto.MyMessage} returns this...

@bwplotka can you please take a look at this PR?