DartBot

Results 132 issues of DartBot

_From @efortuna on September 26, 2012 00:50:46_ Pub so nicely has the functionality of placing example(s) in the "example" directory to explain how a library is used. This can often...

enhancement
imported-from-google-code
P2
triaged

_From [butler.matthew](https://code.google.com/u/butler.matthew/) on September 13, 2012 02:17:37_ Per discussion here: https://groups.google.com/a/dartlang.org/d/topic/misc/Ci89b9NX7h8/discussion "Additionally, what are the thoughts of pub generating dartdocs for a package either with a separate command (pub docs)...

enhancement
imported-from-google-code
P2
triaged

_From @nex3 on September 12, 2012 01:05:22_ Currently, pub.dartlang.org does very sparse validation on uploaded packages. It should also validate: - That the package name follows the naming conventions (valid...

enhancement
imported-from-google-code
P2
triaged

_From @jmesserly on August 28, 2012 21:40:19_ split this out from http://dartbug.com/4779 Seth had a good comment, we should highlight interesting packages from Pub. NPM ( https://npmjs.org/ ) is a...

enhancement
imported-from-google-code
P2
triaged

**Issue by [seaneagan](https://github.com/seaneagan)** _Originally opened as dart-lang/sdk#11075_ --- The intl package currently has unimplemented methods on DateFormat for this called formatDuration and formatDurationFrom. This is the wrong location for these...

type-enhancement
P3
package:intl

**Issue by [zoechi](https://github.com/zoechi)** _Originally opened as dart-lang/sdk#23324_ --- var date = '2015-04-24T20:52:26.283420393Z'; dateFormat = new DateFormat('yyyy-MM-ddThh:mm:ss.SSSSSSSSSZ'); // or dateFormat = new DateFormat('yyyy-MM-ddThh:mm:ss.SSSZ'); // or dateFormat = new DateFormat('yyyy-MM-ddThh:mm:ss.SSS'); dateFormat.parse(json['Created']) >...

type-bug
P3
package:intl

_Originally opened as dart-lang/sdk#10732_ _This issue was originally filed by bordoley...@gmail.com_ --- main() {  var df = new DateFormat("EEE, d MMM yyyy HH:mm:ss z");   var date = df.parse("Tue, 15 Nov...

type-enhancement
P3
package:intl

**Issue by [alan-knight](https://github.com/alan-knight)** _Originally opened as dart-lang/sdk#18166_ --- If examples are not provided for a message, generate (optionally?) a warning. Consider any other things that might not prevent the message...

type-enhancement
P4
package:intl_translation

**Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#19930_ --- source_maps was a kitchen sink before we had other uses for what we have there. It should probably be refactored as follows:...

type-bug

**Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#20541_ --- Just sugar for: .append(text) => .edit(original.length, original.length, text)

type-bug