Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support variable axes for google #35

Merged
merged 12 commits into from
Oct 17, 2024

Conversation

qwerzl
Copy link
Collaborator

@qwerzl qwerzl commented Oct 6, 2024

@danielroe

Closes #34.

I didn't mean to create another subissue, GitHub didn't ask me for a confirmation when I clicked the "convert to issue" button..

@qwerzl qwerzl requested a review from danielroe as a code owner October 6, 2024 15:46
@qwerzl qwerzl changed the title feat: add support for variable axes feat: support variable axes for google Oct 6, 2024
src/types.ts Outdated Show resolved Hide resolved
@danielroe
Copy link
Member

Sorry - one last thing! Would you be able to write a test? 🙏

@qwerzl
Copy link
Collaborator Author

qwerzl commented Oct 14, 2024

@danielroe

Done. Sorry for the long time. Forgot to pull your latest commit on my local machine so spent a long time figuring out why the output on my local machine is different from the output from GitHub actions..

Comment on lines 45 to 48
slnt: ['-15..0'],
CASL: ['0..1'],
CRSV: ['0..1'],
MONO: ['0..1'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it make more sense for the format to be:

Suggested change
slnt: ['-15..0'],
CASL: ['0..1'],
CRSV: ['0..1'],
MONO: ['0..1'],
slnt: ['-15', '0'],
CASL: ['0', '1'],
CRSV: ['0', '1'],
MONO: ['0', '1'],

it feels like the .. joining is an implementation detail for google that we can add in...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielroe Resolved. Sorry for the delay!

@danielroe danielroe merged commit 59bce04 into unjs:main Oct 17, 2024
3 checks passed
@danielroe
Copy link
Member

Thank you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support variable axes for google
2 participants