Slava Egorov
Slava Egorov
@len8657 You need to listen to `ResponseFuture`/`ResponseStream` which `invoker` returns to intercept the response. e.g. instead of `return invoker(method, request, _inject(options));` you can do ```dart final response = invoker(method, request,...
Now that I look at this with fresh eyes I think the instead of trying to allow `ResponseFuture` chaining we could just split interceptors into interceptors which handle calling transformation...
Something like this might be a solution: https://github.com/grpc/grpc-dart/pull/548
We have a test that verifies that streaming works in browser when talking gRPC-Web protocol proxied by envoy (see https://github.com/grpc/grpc-dart/blob/master/test/grpc_web_test.dart#L37-L54). Releases 2.2.0 and 2.2.0+1 had broken streaming though - please...
No. This library does not have an active maintainer. I sometimes review&merge things - but I don't really have time (nor interest to be honest) for any active development.
I wonder if this will actually work and not be prohibited by CORS? I think the only way to make it work reliably would be to serve IRHydra from localhost...
I can certainly do it, just emit some kind of marker in the `.cfg` file that will tell IRHydra to merge them. I would like to note that IRHydra that...
IRHydra2 expects method field of the compilation to contain the optimization id: https://github.com/mraleph/irhydra/blob/master/lib/src/modes/v8/hydrogen_parser.dart#L35
The mode used to work, but is disabled in polymerized branch. Must reenable it.
Fixed "When the method list is long, the input box gets pushed too far down (it's partially off the page)." part in 3cf4d2e03d8f339f69d7efabda942c7a8b1426f9