Gustav Trede

Results 30 comments of Gustav Trede

or screw it for the the old GL2.1 path and implement it only on modern hardware ?

I'm using Master branch ref: 39c7511 since #287 broke server streaming. Does that help you ?

I turn off https during local testing on port 5002, and i run a live server on 5001. import 'dart:html' as html; import 'package:grpc/grpc_connection_interface.dart'; import 'package:grpc/grpc_web.dart'; class GRPC{ static ClientChannelBase...

Strange, it works for me. Do you have CORs and grpc-web(as proxy or in process) enabled on the GRPC server ? access-control-allow-origin: * access-control-expose-headers: Grpc-Status,Grpc-Message

Yes, because in a browser you cant access http2 as a transport layer. So http1 proxy, or in process http1 body wrapper on the server is needed. There are also...

We are here to help each other :) What's the problem with that rpc call ? Good to know is that regarding GRPC streaming on the web client. Currently only...

"What are the odds we manage to fix this regression without creating other issues?" What kind of rhetoric is that ?. It's only looking for excuses due to something that...

> I must be missing something but I don't see async functionality with Flutters Autocomplete for on the fly api calls. Am I overlooking something ? Its a correct observation....

Sure, it can be done by using an unstable feature, forcing you into nighty :( The problem is that there is no progression to get https://github.com/rust-lang/rust/issues/85410 into FCP state. I...