Ricky
Ricky
I have read #1031 & #1391, and am aware of `pipx install-all`, but I think I'm addressing a reasonable use case here that isn't covered by any of these previous...
Adds support both on commandline and through YAML for glyphs to be excluded by either their name or codepoint. All of the following now work (and yes, they would work...
Changes the CLI to support taking multiple inputs. Incompatible with `-o/--output` Happy to adjust implementation/testing as required. If there's any bad formatting let me know, I didn't see a strong...
For one of our projects we'd be interested in integrating AOSP strings from https://github.com/googlefonts/aosp-test-texts into diffenator2 Given the text corpus is open source, would you like for me to do...
Does Hatch support/respect `uv`'s lockfile, or are there any plans to add this? I don't believe Hatch has its own lock file standard currently
I'm generating a somewhat large lookup table in a build script. This was working fine until I started adding `#[cfg]` attributes to every entry, and now it's panicking. I've managed...