Moritz

Results 345 comments of Moritz

@Dhruv-Maradiya any plans to land this? That would be amazing!

(Converting to draft PR as there is no intent to land - please undo if needed)

Update: Work on `package:messages` is paused for now. There are no plans for when this is un-paused.

As always - interested in your opinion on this @lrhn. https://dart-review.googlesource.com/c/sdk/+/412920 is a CL for a hypothetical `package:assets`, so far only containing the runtime components.

I think the SDKs should make that decision - the hooks should just build assets based on what the SDK is asking for.

I think the problem is the disconnect between `input.code` and `output.code`. I think it is ugly to have the input and output connected - but if they are, we should...

As this repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/mime, please refile the PR there. Thanks!

I want to see how the change lands in google internally, so tomorrow probably :)

This seems to be about https://pub.dev/packages/intl_utils, which is not a package from this repo.

I would recommend using the [floor](https://api.dart.dev/stable/2.4.0/dart-core/num/floor.html) method before passing the number to the number formatter, as `package:intl` does not offer rounding options.