Bahnschrift
Bahnschrift
I was missing F#, Crystal and Go. I should note that I didn't see any loading time increases with the larger file.
I wonder if a better solution could be to include the full highlight.js package instead of the .min.js so the languages would only be stored in their own files and...
I'm still having this issue with the latest fontforge appimage (20220308). EDIT: Just tried building fontforge from the main branch of the repo and using that, same issue.
I've also run into this issue when patching multiple other fonts, and I'm not using any sort of changed line height.
I may have just managed to fix this by changing line 743 in font-patcher from `scale_ratio_y = self.font_dim['height'] / sym_dim['height']` to `scale_ratio_y = sym_dim["height"] / self.font_dim["height"]` I'll test this some...
Same issue here with similar logs. Possibly the same issue as #200?
Thank you! This seems like a great workaround. I'll leave this issue open for the devs to decide whether this should become feature, or remain as something that requires workarounds...
Some culprits I've found for this issue include ~~Create~~ and Quark.
Yeah my bad actually, create works fine.
I've been running into the same issue, and I'm quite sure that it occurs when trying to use sendshortcut while the current window is an xwayland window. Interestingly, `hyprctl dispatch...