DartBot
DartBot
_Originally opened as dart-lang/sdk#18845_ _This issue was originally filed by warren.st...@gmail.com_ --- It would be really useful to have utilities for managing cookies (parsing cookies, setting cookies)
**Issue by [Andersmholmgren](https://github.com/Andersmholmgren)** _Originally opened as dart-lang/sdk#20160_ --- Shelf currently only exposes the body as a string or byte stream. http_server provided a sophisticated parser of the body in relation...
_Originally opened as dart-lang/sdk#19831_ _This issue was originally filed by theburnin...@gmail.com_ --- **What steps will clearly show the issue / need for enhancement?** 1. when making http requests you usually...
_Originally opened as dart-lang/sdk#21802_ _This issue was originally filed by jirkad...@gmail.com_ --- Package http represents request headers as a Map<string, string>, both in requests as well as in responses. That...
_This issue was originally filed by ador...@gmail.com_ --- It would be nice to have variable numbers of arguments, a la python splats. This would make porting python code to dart...
**Issue by [rakudrama](https://github.com/rakudrama)** _Originally opened as dart-lang/sdk#21915_ --- Int64.parseInt, Int64.parseRadix and Int64.parseHex should be marked as deprecated and replaced with a single Int64.parse method modeled after int.parse static Int64 parse(String...
**Issue by [rakudrama](https://github.com/rakudrama)** _Originally opened as dart-lang/sdk#21916_ --- It would be convenient for some codegen scenarios to be able to generate a constant Int64 value. This can't be Int64([int n=0])...
**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#16694_ --- I know that the readme talks about sanitizing being still unimplemented. I made this task so that me and others can follow...
_Originally opened as dart-lang/sdk#21820_ _This issue was originally filed by jirkad...@gmail.com_ --- **What steps will reproduce the problem?** import 'package:html5lib/dom.dart' as dom; import 'package:unittest/unittest.dart'; main() { group('Select b inside span',...
**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#16702_ --- to implement the CSSOM, e.g. CSSStyle* IDL types