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

Shorten filepaths for static fonts #2512

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Shorten filepaths for static fonts #2512

merged 1 commit into from
Feb 4, 2024

Conversation

falkoschindler
Copy link
Contributor

This PR tries to solve issue #2480 by shortening the filepaths for static fonts. It simply uses an 8 byte hash on the original stem.

My only concern is that we hide the original filenames, which could make it harder to debug the network traffic in case there is a font-related problem. But this is probably a very rare case we can simply ignore.

@falkoschindler falkoschindler added the bug Something isn't working label Feb 4, 2024
@falkoschindler falkoschindler added this to the 1.4.14 milestone Feb 4, 2024
@falkoschindler falkoschindler linked an issue Feb 4, 2024 that may be closed by this pull request
@falkoschindler falkoschindler added enhancement New feature or request and removed bug Something isn't working labels Feb 4, 2024
@rodja rodja merged commit 532fe44 into main Feb 4, 2024
7 checks passed
@rodja rodja deleted the font-filepaths branch February 4, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Font missing in 1.4.13
2 participants