DartBot
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...
_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...
**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));
**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...
**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)
_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...
_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
**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 =...
**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...
_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...