ray007
ray007
Trying to find my problem by testing the step bottom-up, it seems the release build does not work anymore on ios. Testing with `ns debug ios` or `ns run ios`...
@rigor789 thanks for the pointer, I'll sure need that one soon. But I've managed to avoid the crash for now (see linked issue), but I'm back at the link-problem when...
All right, after lot's of searching and finally opening the correct `.xcworkspace` instead of the `.xcodeproj` file, `Product > Archive` has worked. Thanks to apple for only showing the folder...
`badgeColor` and `badgeTextColor` are missing in documentation.
> For example, TC39 typically hasn't picked favorites among templating languages (JSX, Jade, Handlebars, Mustache, etc.) JS now does have [template strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals).
0 for "none" sounds reasonable to me.
What I'm missing with the hourCycle option is a 0-24. When defining time-ranges, I might want an end-time of 0:55, but also 24:00 when it's midnight.
> @ray007 Can you say more about in which locales this is appropriate? I know that at least with german speaking locales having midnight as endtime with `24:00` is common....
> @ray007 In this case, it's hard for me to see what sort of setting for Intl.DateTimeFormat would permit _both_ 0:00 _and_ 24:00 to be generated with the same formatter......
On a related note, there currently seems to be no support for any numbering system classed as "algorithmic". Any chance of getting that?