ping

Results 18 issues of ping

Unit tests are great for finding bugs and regressions, but these may be hard to automate I propose linking all the unit tests together into a single binary, have a...

p: low
optimization

Right now `StreamedRequest.sink` is declared as an `EventSink`: ```dart /// The sink to which to write data that will be sent as the request body. /// /// This may be...

type-enhancement

It would be cool if we could use a custom constraints and geometry in children, this would allow you to pass data calculated at layout time such as the child's...

enhancement

Dart's built-in system for installing global command line tools, `pub global activate` does not mix well with multiple environments and the errors you can get are super confusing. We should...

enhancement

critical