DartBot

Results 137 issues of DartBot

_Originally opened as dart-lang/sdk#22481_ _This issue was originally filed by trent.grove...@workiva.com_ --- **What steps will reproduce the problem?** pubspec.yaml that lists a git dependency with a version range like this...

type-enhancement
contributions-welcome
P3

_Originally opened as dart-lang/sdk#14068_ _This issue was originally filed by wolf....@gmail.com_ --- **What steps will reproduce the problem?** 1. Create a Matcher with has a describeMismatch method 2. Create a...

type-bug

**Issue by [seaneagan](https://github.com/seaneagan)** _Originally opened as dart-lang/sdk#11919_ --- expect(5, satisfies((i) => i.isOdd)); reads better than: expect(5, predicate((i) => i.isOdd));

type-enhancement
contributions-welcome

**Issue by [nex3](https://github.com/nex3)** _Originally opened as dart-lang/sdk#19145_ --- These functions (like the rest of path's URL support) only make sense with URLs, not URIs, and calling that out in the...

type-enhancement
next-breaking-release

**Issue by [giote73](https://github.com/giote73)** _Originally opened as dart-lang/sdk#17722_ --- **Attachment:** [myDartSrv.log](https://storage.googleapis.com/google-code-attachments/dart/issue-17722/comment-0/myDartSrv.log) (3.38 KB)

bug

_Originally opened as dart-lang/sdk#16924_ _This issue was originally filed by diego.rocha.c...@gmail.com_ --- VirtualDirectory.serveFile of http_server library should return a Future that completes when the file has been successfully served. It...

enhancement

_Originally opened as dart-lang/sdk#16616_ _This issue was originally filed by mcam...@google.com_ --- https://api.dartlang.org/apidocs/channels/stable/#http_server/http_server virtualServer should be virtualHost in the code sample also requets -> requests

Area-Library
Type-Documentation
Docs-API

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#15765_ --- It would be really nice to easily set the directory index file for http_server. Currently we have to do this:   staticFiles.directoryHandler =...

enhancement

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#15661_ --- I'm using the http_server package. I'd like to do the following: if index.html exists, serve that if not, serve generated directory listing...

enhancement

_Originally opened as dart-lang/sdk#14303_ _This issue was originally filed by TerryMit...@gmail.com_ --- Current http_body implementation decodes / parses HttpBodyFileUpload.content based upon the Content-Type header of the part. However, file server...

bug
Accepted