Moritz

Results 345 comments of Moritz

This would be a breaking API change, as `GrpcErrorHandler` is part of the public API. So this PR would need a major version rev and changelog entries. What is the...

There are multiple issues here: 1. Using URLs instead of issue numbers 2. Using a consistent style in TODOs 3. Unifying TODOs in native/dart-lang/Dart+Flutter I have no opinion on 1....

Do we want to run those tests? I thought we didn't. I use them for manual testing during development only.

> It's the simple file upload chunking code that works fine on native platforms There are two different protocols, `grpc` and `grpc-web`, which are only related by name. > 1....

So you mean the structure which is generated is ``` build/ lib/intl4x.so app.exe ``` But what you actually have to manually do to make it work is ``` lib/intl4x.so build/...

I will try to reproduce this with the newest versions of `native_*` cc @dcharkes

@DanTup sorry for using your PR to test the Gemini code review feature ;)

> Although the "critical" issue above is not so good But the signature is actually this - or what am I missing? ```dart _Test( super.name, this.function, { required super.location, required...

Also, is there a list of possible timezone values exposed somewhere? The parser must know what to parse for, right? It would be easier for users to select from a...