Andrew Plummer
Andrew Plummer
Same issue here, on a 2000x350 image.
Works great! Thank you!
Same here. svgstore doesn't play nicely with svgmin because of this error.
Having the same issue. Worth noting that it jumps to the matching pair correctly in normal mode. I would expect visual line mode (or visual mode which has the same...
Having the same issue.
Same seems to be true for `long` and other formats as well.
Noticing a similar issue with times... compare: ```js DateTime.fromJSDate(new Date()).setLocale('ja-JP').toLocaleString(DateTime.TIME_SIMPLE) ``` with ```js new Intl.DateTimeFormat('ja-JP', {hour:'numeric', minutes:'2-digit'}).format(new Date()) ``` Interestingly Intl is leaving the minutes off but in any case...
Awesome! Thanks for the quick response!
Ok first confirmed that for the time example I needed `minute` not `minutes`, so that's working fine. For the months, can you give an example of Intl "adding other stuff...