Wesley Moore
Wesley Moore
Not sure there's a lot of benefit to changing since as you point out we're only using a small part of `pathfinding_geometry` and it's working well.
Are you imagining that Allsorts would expose a C API that was Harfbuzz compatible so that it was a drop in replacement?
It looks like the font doesn't have `gsub` rules for Bengali. Rustybuzz must be picking/falling back to a different script. ``` allsorts layout-features Arial\ Unicode\ MS\ Font.ttf Table: GSUB Script:...
Yes some more work is needed to produce standalone fonts when subsetting. See https://github.com/yeslogic/allsorts/issues/27
Hi @brawer are you just creating these issues to track the failures or make us aware of them? If it's the latter just want to note that we are aware...
While possible, I don't think this would be a high priority as it's fairly easy to convert a TTF to WOFF2 with something like `woff2_compress` from . Also be aware...
> Or do we just say that in cases like this, you need to pass a named arg for the lookup column? 🤔 This would certainly be the easiest way...
Just to add some extra info to this, currently when loading the site it starts off zoomed in too much:  Double tapping to zoom out works but there is...
It would be good if this could be reopened. The issue still applies. My config looks like this: ``` . ├── config │ └── default.yml └── match ├── base.yml ├──...
Hmm it is possible that the workaround in https://github.com/espanso/espanso/issues/591#issuecomment-1003544525 could work for me. I'll have to try that out.