Thalia Archibald

Results 48 comments of Thalia Archibald

How'd you export the character set? I notice that it's missing all ligatures.

If the ligatures had assigned codepoints, wouldn't there potentially be infinite codepoints for the infinite arrows?

@emanuele6 I can confirm, that this works on macOS on 1.7. ```sh $ jq-1.7 -n 'now | (todate | fromdate) - trunc' 0 $ jq-1.6 -n 'now | (todate |...

This was unintentionally closed when I renamed master in my fork to unicase-and-uncased

The latest commit fixes an issue, where a `macro_rules` macro that calls `phf_map!` (etc.) would insert implicit parentheses around the call argument. This unwraps that group, so that `phf_macros` does...

I've pulled `master` to resolve conflicts, because #291 does a subset of the changes I did in the second commit here. Is there something blocking this PR?

To list some more, so we have them tracked, I'd like to have `--raw-input`/`-R` and `--join-output`/`-j` supported by jqjq and the ability to forward options like `--unbuffered` to jq.

As of now, I think this feature should be postponed until it is finalized in CSS4 and has some browser implementation. On a side note, gray(), cmyk, lab(), and lch()...

This is certainly something that tinycolor needs to be accurate. I have confirmed by experimentation that css wraps out-of-range values.