Moritz

Results 345 comments of Moritz

In case it wasn't on the radar yet: https://github.com/schultek/codable cc @schultek

Hi @stonymahony, I believe adapting the [`clientMetadata`](https://github.com/grpc/grpc-dart/blob/4a043fa23658e94e3af878cb4174c7902c973e65/lib/src/server/call.dart#L24) to be case-insensitive seems like a good idea, feel free to open a PR!

Not yet; I can take a look at how to do a non-breaking implementation of this.

Please sign the CLA so this can be reviewed

Thanks! It's not password encrypted, but the PDF seems to have editing disabled. I also can't write text on it in Adobe.

This would be a nice feature, but would also increase the data size quite a bit. I would have to be investigated how big the impact would be.

Closing as the [dart-lang/collection](https://github.com/dart-lang/collection) repository is merged into the [dart-lang/core](https://github.com/dart-lang/core) monorepo. Please re-open this PR there!

+1 to `package:file`, I don't think `String`s are a great interface for non-generic text. But I am fine with any of the options. > It's usually very obvious from the...

> If you strongly prefer to signal it in the type you can consider making an extension type on top of `String`. https://pub.dev/packages/path_type seems to do that. Not suggesting we...