Samuel Meuli

Results 41 comments of Samuel Meuli

If I understand this correctly, your approach is the correct way of implementing caching – it seems like it needs to be done on the workflow level, not on the...

@HaNdTriX Would you be interested in sharing your setup using a PR? :)

Thanks for opening the issue! Would you be interested in creating a PR?

Thanks for opening the issue! This information isn't available when the font picker is initialized, it's provided by Google Fonts. The [Font Manager](https://github.com/samuelmeuli/font-manager) could be modified so once the font...

I removed that feature a while ago because Safari no longer allows detecting whether a font is available locally. Therefore, for such a feature, there would need to be an...

Hi Tom, thanks for opening the issue! What you're asking is currently not possible with this library. This feature request is similar to https://github.com/samuelmeuli/font-picker/issues/14. There would need to be an...

A `select` element is hard to style and cannot be used for the font previews: > The `` element is notoriously difficult to style productively with CSS. You can affect...

Accessibility could definitely be improved, though. PRs are welcome :)

This isn't possible in macOS's default previews. [It used to be possible to enable it, though](https://apple.stackexchange.com/questions/205574/copy-text-from-quick-look-in-el-capitan-or-sierra). Would've been nice if Glance could've read that setting to determine its behavior.

Until now, Glance's behavior was that text can be selected, but not copied. Pressing `⌘` + `C` copies the file name instead of the selection. I haven't yet figured out...