Peter Hosey
Peter Hosey
I'm working on a presentation I'm giving in a week, but I'll take a break at some point to look into all three issues.
I'm also encountering this. It occurs when loading the script: ```html ``` Was using JSZip 3.5.0, now on 3.7.1 with no change. I'm on Safari 14.1.1 (15611.2.7.1.6) on macOS Catalina....
It looks like the modules are all organized into an object mapping numbers to pairs of a function and an object defining module names as other numbers in the outer...
Also, comparing jszip.js to the contents of the repository, it seems like the module-loading machinery might be generated code. If so, this may be a toolchain (either usage or implementation)...
I view comparison of individual components as a job for NSDateComponents. Time zones are a good point. I think I was probably only thinking of things like comparing “-8-30T17:41:58+0000” to...
Re: first paragraph, what if two date strings are equal if one falls within the other? E.g., 2013-09-05T22:59:05 is within (and thus “equal” to) 2013-09-05T22:59. Year and month can be...
I added -fobjc-arc in the Makefile and got this: make test %~/Projects/@reusable/iso-8601-date-formatter-mbaltaks(0) /usr/bin/clang -std=c99 -fobjc-arc -g -Werror -Wmissing-field-initializers -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wshadow -Wsign-compare -Wnewline-eof -Wshorten-64-to-32...
The state is: - This patch can't be automatically merged. Enough changes have happened and will happen that it'll probably be best/easiest to redo it. I'm just treating this as...
I'd be fine with something that defines NSCalendarUnitMonth, etc. if they haven't already been defined by the SDK headers. Second best would be conditionally defining ISO8601CalendarUnitMonth, etc. to one or...
0.9 will move away from older, deprecated API names to newer, not-so-deprecated API names. For that release, a simple find-and-replace would be fine.