Alan Knight

Results 8 issues of Alan Knight

Hard to make a general rule, but I had ``` switch (pattern[0]) { case 'a': return formatAmPm(date); case 'c': return formatStandaloneDay(date); case 'd': return formatDayOfMonth(date); case 'D': return formatDayOfYear(date); ......

common
difficult
risky
meh

This doesn't seem right. I'd expect the two later literal strings to be indented relative to the named argument. Or better yet, all 3 of the adjacent strings on separate...

common
difficult
risky
meh

These would be trivial operations, but would make it easier to use these interchangeably with normal numbers.

type-enhancement

Proof of concept form jam work Feb 2022. We would like to be able to get some more information out of build_runner and how long things take. At a minimum,...

Merge Requirements Unmet

percent, permille and now compact numbers all have a notion of scaling the target number. It might be good to generalize this better.

type-enhancement
P4
type-code-quality
package:intl

The Intl transformer removes the need to pass name and args, but transformers are deprecated, and it would be good if there was another way. The big issue is that...

type-enhancement
P4
package:intl

@devoncarew writes in dart-lang/i18n#251 Also, I think just slightly more verbose help from the generate_from_arb command would have helped me here. And or perhaps an example for how to use...

type-documentation
type-enhancement
P4
package:intl

We have different APIs that take a Dart String ID, a Chrome String ID, a Chrome RemoteObject, or an InstanceRef. Sometimes we want to be able to accept less information...

type-enhancement
package:dwds
type-documentation