Jan Janoušek
Results
2
issues of
Jan Janoušek
You must specify a culture when calling the ToString method on a numeric type. There are different decimal separators in different countries and when you do not specify culture, national...
code-generation
type: community enhancement
status: help wanted
Calls to "toLocaleString" in the timezone plugin is extremly slow: https://github.com/iamkun/dayjs/blob/ed9629b5ab2895652111fc854e6081422ed5c010/src/plugin/timezone/index.js#L99 The same problem was discussed in luxon: https://github.com/moment/luxon/issues/352 The solution for this performance problem is caching like they did...