Maarten Winter

Results 6 issues of Maarten Winter

For makeFileSizeRenderer, I've got a use case for always showing the size in GB, even though the size might be just a few bytes. If I were to make a...

We could expose digits, rounding, cashDigits, cashRounding from supplementalData.currencyData.fractions, for instance as part of inter.getCurrency If a currency is not in the list, I suppose we should fall back to...

In https://github.com/papandreou/inter/commit/4191753d4f2bb9e78168874d662bddbd5683d53b the `defaultDateTimePattern` property was removed from the calendars, but it turns out I am using this in another library, like this: ``` javascript var timeFormatString = inter.getDateFormat(formatId[0]), dateFormatString...

When a CLI tool using nomnom is hooked up to write to stdout, it's problematic if console.log is used to report usage errors, as the error message would then be...

For this to work in IE8, it's required that something like jQuery standardizes the event objects, as for example the "which" property does not exist in IE8. If jQuery is...

knockout.selection behaves differently if there are zero items to select, it will then not call stopPropagation/preventDefault on events which it would have caught if there were items. This causes Ctrl+A...