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

Infinite loop on Fira Code 6.* #23

Closed
tonsky opened this issue Dec 10, 2021 · 1 comment · Fixed by #24
Closed

Infinite loop on Fira Code 6.* #23

tonsky opened this issue Dec 10, 2021 · 1 comment · Fixed by #24

Comments

@tonsky
Copy link

tonsky commented Dec 10, 2021

First reported here vercel/hyper#6163

I tracked it down to font-ligatures. If Fira Code v6 is installed, this

(async () => {
  const font = await fontLigatures.load('Fira Code');
  console.log(font.findLigatures('in --> out'));
})();

never finishes.

Let me know if I could help from the Fira Code side!

Thanks!

@princjef
Copy link
Owner

princjef commented Jan 7, 2022

🎉 This issue has been resolved in version 1.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 a pull request may close this issue.

2 participants